problem to build busybox in cygwin
Tito
farmatito at tiscali.it
Wed Jul 4 01:43:33 PDT 2007
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
More information about the busybox
mailing list