On 2005-09-21 03:14:52 -0600 Quentin Mathé <[EMAIL PROTECTED]> wrote: > > The strange thing is I'm observing a bunch of warnings when linking against > -base occurs, for example with autogsdoc : > Compiling file AGSHtml.m ... > Linking tool autogsdoc ... > /usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may > result in errors or different symbols being used > symbol __objcInit used from dynamic library /gcc401/lib/libobjc-gnu. > 1.dylib(linking.o) not from earlier dynamic library /usr/lib/ > libobjc.A.dylib(libobjc.ppc.o)
I think because $(RUNTIME_FLAGS) needs to be used everywhere, but it is not. I fixed it for libraries, but I guess I have to look at tools and apps as well. _______________________________________________ Bug-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnustep
