bug-gnustep
[Top][All Lists]
Advanced

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

Re: Compiler choice


From: Sir Raorn
Subject: Re: Compiler choice
Date: Tue, 14 May 2002 13:43:01 +0400
User-agent: Mutt/1.3.99i

On Tue, May 14, 2002 at 12:43:56PM +0400, Markus Hitter wrote:
> But isn't GNUstep expected to have the name of the compiler 
> hardwired somewhere in $GNUSTEP_SYSTEM_ROOT? Then, configure 
> should use this name, too, IMHO.
If it will set CC, than answer is NO WAY!

> As there is a easy workaround, I'll look for a patch later.
GNUstep.sh:
export GNUSTEP_CC=gcc3 # (defined at compile time)

configure[.in]:
if [ -n "$GNUSTEP_CC" ]; then
  CC=$GNUSTEP_CC
fi

For example...

-- 
Regards, Sir Raorn.
AIF5-RIPN, Binec System Administrator.

Attachment: pgpcmCrOan0fH.pgp
Description: PGP signature


reply via email to

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