discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Does apple-apple-apple work?


From: David Ayers
Subject: Re: Does apple-apple-apple work?
Date: Sat, 07 Feb 2004 12:07:23 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

Philip Mötteli wrote:
Am 27.01.2004 um 11:05 schrieb David Ayers:

Philip Mötteli wrote:

Thanks for the offer! I will try to use it for the next issue, which is probably very easy: I can actually compile GDL2 now – until the linker stage:

Making all for library libgnustep-db2control...
 Linking library libgnustep-db2control ...
/usr/bin/libtool: can't locate file for: -l-lgnustep-base
/usr/bin/libtool: file: -l-lgnustep-base is not an object file (not allowed in a library)

I think, this is just a syntax error. Somehow, the makefile has this line in a weird way, such that there's no library name given for the first "-l", is it?

Hmm, this seems to be related to:
/EOControl/GNUmakefile:
libgnustep-db2control_LIBRARIES_DEPEND_UPON = -lgnustep-base
which in the apple-apple-apple case is wrong... it should be
/EOControl/GNUmakefile:
libgnustep-db2control_LIBRARIES_DEPEND_UPON = -lgnustep-baseadd
(and potentially some -fFoundation magic... but I'm not sure.)


FYI: These should now be fixed in CVS.

Cheers,
David




reply via email to

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