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 <[EMAIL PROTECTED]> 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
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
>
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list