On Tuesday 03 July 2007 17:05:51 hamid khateb wrote: > > Hi > > > > All the version of BusyBox up to 1.3.0 accpet error when I perform “make > menuconfig” on Cygwin , and the error that I accept is : > > > > $ make menuconfig > > HOSTCC scripts/basic/fixdep > > HOSTCC scripts/basic/split-include > > HOSTCC scripts/basic/docproc > > HOSTLD scripts/kconfig/mconf > > scripts/kconfig/mconf.o:mconf.c:(.text+0xf63): undefined reference to > `_libintl_gettext' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x1011): undefined reference to > `_libintl_gettext' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x116c): undefined reference to > `_libintl_gettext' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x11a1): undefined reference to > `_libintl_gettext' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x11c1): undefined reference to > `_libintl_gettext' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x11f5): more undefined references to > `_libintl_gettext' follow > > scripts/kconfig/mconf.o:mconf.c:(.text+0x19df): undefined reference to > `_libintl_bindtextdomain' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x19eb): undefined reference to > `_libintl_textdomain' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x1a37): undefined reference to > `_libintl_gettext' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x1ac9): undefined reference to > `_libintl_gettext' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x1b10): undefined reference to > `_libintl_gettext' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x1b4b): undefined reference to > `_libintl_gettext' > > scripts/kconfig/mconf.o:mconf.c:(.text+0x1b74): undefined reference to > `_libintl_gettext' > > scripts/kconfig/zconf.tab.o:zconf.tab.c:(.text+0x52d7): more undefined > references to `_libintl_gettext' follow > > collect2: ld returned 1 exit status > > make[1]: *** [scripts/kconfig/mconf] Error 1 > > make: *** [menuconfig] Error 2 > > > > so how I can solve this problem please >
Maybe by installing the gettext library (runtime and dev files)? Ciao, Tito > > Best Regards > > Hamid Khateb > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
