Etk compilation problem

Luchezar Petkov luchezar.petkov at gmail.com
Sun Jul 2 19:51:07 UTC 2006


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 at 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.


More information about the freebsd-questions mailing list