On 20 Jan 2010, at 00:34, Stef Bidi wrote: > > When I do a "make" I get the following linking error: > Making all for tool test... > Compiling file test.c ... > Linking tool test ... > /usr/GNUstep/System/Library/Libraries/libgnustep-base.so: undefined reference > to `gnustep_base_user_main'
See the GSConfig.h file in gnustep-base for a definition of gnustep_base_user_main You could try hacking that to set GS_FAKE_MAIN to zero and rebuilding base, in which case you would probably need to call void GSInitializeProcess(int argc, char **argv, char **envp); _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
