configuration files - Getting error while compiling Glib 2.36.3 -
i've given required environment variable given below answer i'm compiling following code:
./configure --prefix="/home/qemu/support_libs/libs/glib" export cflags="-i`pwd`/../../support_libs/libs/gettext/include" export libffi_cflags="-i`pwd`/../../support_libs/libs/libffi/lib/libffi-3.0.13/include" export libffi_libs="-l`pwd`/../../support_libs/libs/libffi/lib -lffi" export zlib_cflags="-i`pwd`/../../support_libs/libs/zlib/include" export zlib_libs="-l`pwd`/../../support_libs/libs/zlib/lib -lz" export ld_library_path="`pwd`/../../support_libs/libs/gettext/lib:`pwd`/../.. /support_libs/libs/zlib/lib" ldflags="-l`pwd`/../../support_libs/libs/gettext/lib"
i have taken care of necessary dependecy i'm getting error
you must have either have gettext support in c library, or use *** gnu gettext library. (http://www.gnu.org/software/gettext/gettext.htm
make sure libintl installed, , glib can find it.
the macro need satisfy glib_gnu_gettext, defined @ https://git.gnome.org/browse/glib/tree/m4macros/glib-gettext.m4#n308
Comments
Post a Comment