Re: How to give the gettext path to glib installation?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On my normal desktop system, I don't see any pkg-config descriptor for
gettext. It's just (normally) provided as part of the GNU C library.
That means you have to tell configure manually what directories to
search.

Try doing:

CPPFLAGS="-I${myProjectDir}/include" LDFLAGS="-L${myProjectDir}/lib" \
    ./configure ....

On 5/24/07, Hamid Gasmi <h.gasmi@xxxxxxxxx> wrote:
> Good morning,
>
> I would like install glib. To do that i have installed gettext in
> myProjectDir.
>
> but the glib configuration is unsuccessful because the gettext path is not
> found. I have this message:
>
> > setenv PKG_CONFIG_PATH /myProjectDir/bin/pkg-config
> > ./configure --prefix = /myProjectDir/
> [...]
> configure: error:
> *** You must have either have gettext support in your C library, or use the
> *** GNU gettext library. (
> http://www.gnu.org/software/gettext/gettext.html
>
>
> I don't khnow how to give this gettext path.
>
> Tnank you for help.
> _______________________________________________
> gtk-list mailing list
> gtk-list@xxxxxxxxx
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
>
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux