Hi,
I am trying to compile gstreamer with buildroot and along with its many dependencies libglib2 also has to be compiled. Now the configure of libglib2 get stuck at the following point :
.
.
.
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
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===============================
No matter what I try I am not able to get rid of this error.
I have checked in my system libintl.h is part of STAGING_DIR/usr/lib as it should be.
Pls help.