discuss-gnustep
[Top][All Lists]
Advanced

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

Re: makefiles and linking


From: Nicola Pero
Subject: Re: makefiles and linking
Date: Tue, 20 Mar 2001 11:21:05 +0000 (GMT)

A late answer, but anyway...

> Hi,
> 
> when generating a makefile which uses additional libs, I have to use
> 
> name_LDFLAGS = ....
> 
> the 'other' way
> 
> name_ADDITIONAL_GUI_LIBS += ...
> 
> does not seem to have any effects (and thus results in undefined symbol 
> errors). Is this a bug or not (and then what is the latter solution made
> for?).

You need to use ADDITIONAL_GUI_LIBS, not name_ADDITIONAL_GUI_LIBS.




reply via email to

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