discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Makefile packages do not work oon OSX due to use of -traditional-cpp


From: Lars Sonchocky-Helldorf
Subject: Re: Makefile packages do not work oon OSX due to use of -traditional-cpp
Date: Tue, 15 Jul 2003 18:06:27 +0200

On 15.07.2003 17:57:59 Enrico Sersale wrote:
>On 2003-07-15 18:56:12 +0300 Lars Sonchocky-Helldorf 
><Lars.Sonchocky-Helldorf@bbdo-interone.de> wrote:
>
>> On 15.07.2003 17:14:49 Enrico Sersale wrote:
>>> On 2003-07-15 17:09:30 +0300 Lars Sonchocky-Helldorf 
><Lars.Sonchocky-Helldorf@bbdo-interone.de> wrote:
>>>
>>>> On 15.07.2003 15:16:53 Enrico Sersale wrote:
>>>>> Besides this problem, can somebody suggest me how to build base on
>> osx?
>>>>
>>>> Do you mean GNUstep-base or base-extensions (looks like the latter
>> judging by
>>> the compiler output)?
>>>> ...
>>>
>>> This is intended to be a reply also to Nicola, David and all the 
people
>> that
>>> has answered :-)
>>>
>>> I mean GNUstep-base, not base-extensions.
>>
>> Well, if you try to do so you'll have to rerun configure of 
GNUstep-make and 
>rebuild GNUstep-make (this chaches the library combo) to change the 
library 
>combo as Nicola said:
>>
>> ./configure --with-library-combo=gnu-gnu-gnu
>>
>>> Adding #include "gnsutep/base/GSObjCRuntime.h"
>>> now I get this: (warnings removed)
>>>
>>> /usr/bin/gcc GSLocale.m -c \
>>>        -MMD -MP -DGNUSTEP_INSTALL_PREFIX=/usr/GNUstep/System 
>-DGNUSTEP_LOCAL_ROOT=/usr/GNUstep/Local 
>-DGNUSTEP_NETWORK_ROOT=/usr/GNUstep/Network -DGNUSTEP_TARGET_DIR=\".\" 
>-DGNUSTEP_TARGET_CPU=\"powerpc\" -DGNUSTEP_TARGET_OS=\"darwin6\"
>>
>> your  incorrectly set library-combo is visible here:
>>
>>> -DLIBRARY_COMBO=\"apple-apple-apple\" -Wall -Wcast-align
>> ...
>
>You are right! I've reconfigured make but, evidently, I've missed 
something...

The right configure flag is "--with-library-combo=gnu-gnu-gnu" not just 
"--library-combo=gnu-gnu-gnu" (note the "with").

Lars




reply via email to

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