gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building tool with corebase


From: Richard Frith-Macdonald
Subject: Re: Building tool with corebase
Date: Wed, 20 Jan 2010 06:29:25 +0000

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);






reply via email to

[Prev in Thread] Current Thread [Next in Thread]