On Wednesday 04 July 2007 10:30:57 hamid khateb wrote: > libintl_gettext
Maybe google for libintl_gettext ;-) ? The search yields 10 pages of results.... This one of the first. Your linker can't find the symbols in gettext's library - make sure you're linking to it with the proper -l options. Read the info pages for info :) $ info gettext $ gcc -o main main.c -lintl So maybe adding -lintl could help.... Ciao, Tito _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
