On 2005-11-22, Jeremy Wilkins <[EMAIL PROTECTED]> wrote: > gcc ion-statusd.o exec.o extlrx.o exports.o -L../../libmainloop -lmainloop > -L../../libextl -lextl -L../../libtu -ltu -L/sw/lib -llua -ldl -lm -llualib > -ldl -lm -o ion-statusd > /usr/bin/ld: Undefined symbols: > _libintl_gettext > _libintl_textdomain > _libintl_dgettext
You need -lintl. There's a comment about that in system.mk. The optional autoconf script doesn't seem to check for it, if you used that instead. Someone should write that code, I'm not going to. -- Tuomo
