Date: Sun, 2 Jul 2006 22:52:50 +0300 From: Luchezar Petkov <luchezar.petkov@gmail.com> To: FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: Etk compilation problem Message-ID: <20060702195250.GA71380@lilly.evo.bg>
next in thread | raw e-mail | index | archive | help
Hi list, I'm trying to compile Etk (Enlightenment ToolKit, e17 library) from source (cvs). Everything is fine, just that: ../../src/lib/.libs/libetk.so: undefined reference to `libintl_bindtextdomain' ../../src/lib/.libs/libetk.so: undefined reference to `libintl_gettext' ../../src/lib/.libs/libetk.so: undefined reference to `libintl_textdomain' gmake[3]: *** [etk_test] Error 1 Some information about my system: --- $uname -a FreeBSD lilly.evo.bg 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 --- $export | grep CFLAGS CFLAGS=" -g -L/usr/X11R6/lib -L/usr/local/lib -I/usr/local/include -I/usr/X11R6/include" --- $locate libintl /usr/local/include/libintl.h /usr/local/lib/libintl.a /usr/local/lib/libintl.la /usr/local/lib/libintl.so /usr/local/lib/libintl.so.6 ---- Using Bash (it failed with Zsh..). Thank you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060702195250.GA71380>