On Monday 21 May 2007 01:26, Stephane Couture wrote: > yes. I should have pay attention to the warnings : > applets/applets.c:25:2: warning: #warning Static linking against glibc > produces buggy executables > applets/applets.c:26:2: warning: #warning (glibc does not cope well with > ld --gc-sections). > applets/applets.c:27:2: warning: #warning See > sources.redhat.com/bugzilla/show_bug.cgi?id=3400 > applets/applets.c:28:2: warning: #warning Note that glibc is unsuitable > for static linking anyway. > applets/applets.c:29:2: warning: #warning If you still want to do it, > remove -Wl,--gc-sections > applets/applets.c:30:2: warning: #warning from top-level Makefile and > remove this warning. > > It works when setting CONFIG_STATIC=n or when removing the > -Wl,--gc-sections. > > Thanks, that fix my problem.
This will be an #error in 1.6.0, and no one will miss it. :) -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
