[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling on openbsd with gcc4.8, executables fail to run
From: |
Markus Hitter |
Subject: |
Re: Compiling on openbsd with gcc4.8, executables fail to run |
Date: |
Tue, 07 Jan 2014 13:13:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
Am 07.01.2014 12:20, schrieb David Chisnall:
> On 7 Jan 2014, at 11:14, Markus Hitter <mah@jump-ing.de> wrote:
>
>> Am 07.01.2014 02:00, schrieb Riccardo Mottola:
>>> Ah, interesting. I think it would make sense, doesn't it?
>>> Candidates would be CC and CXX, but also CFLAGS and LDFLAGS.
>>>
>>> I should perhaps copy that CC part into gworkspace and other
>>> configure runnig stuff, I didn't know about it
>>
>> Aren't these variables a good candidate for GNUstep.sh? This way
>> you get it even for new applications.
>
> Not really, because then they're difficult to override on the command
> line. Ideally, we'd have gnustep-config able to provide the
> [OBJ]C[XX]FLAGS so that you could do things like:
>
> $ gmake OBJCFLAGS="`gnustep-config --objc-flags` -fno-foo"
Yes, also fine.
Glancing over the already existing gnustep-config in -make, it looks
like it comes with these features already.
Markus
--
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. (FH) Markus Hitter
http://www.reprap-diy.com/
http://www.jump-ing.de/
- Re: Compiling on openbsd with gcc4.8, executables fail to run, Riccardo Mottola, 2014/01/01
- Re: Compiling on openbsd with gcc4.8, executables fail to run, Riccardo Mottola, 2014/01/02
- Re: Compiling on openbsd with gcc4.8, executables fail to run, Wolfgang Lux, 2014/01/06
- Re: Compiling on openbsd with gcc4.8, executables fail to run, Riccardo Mottola, 2014/01/06
- Re: Compiling on openbsd with gcc4.8, executables fail to run, Markus Hitter, 2014/01/07
- Re: Compiling on openbsd with gcc4.8, executables fail to run, David Chisnall, 2014/01/07
- Re: Compiling on openbsd with gcc4.8, executables fail to run,
Markus Hitter <=