Coda File System

Re: Compiler flags

From: Jason Duerstock <jason_at_sdi.cluephone.com>
Date: Mon, 8 Feb 1999 11:15:30 -0500 (EST)
if [ `gcc -v|grep egcs` != "" ]; EGCS=TRUE; fi

maybe? :D

Jason


On Mon, 8 Feb 1999 jaharkes_at_cs.cmu.edu wrote:

> 
> thoth_at_purplefrog.com said:
> |
> |   Do you already compile with -Wchar-subscript, or maybe that's
> | included in -Wall already? 
> |
> 
> I just checked, it is included in -Wall, now we only need to continue on
> getting all warnings out when we compile with -Wall. 
> 
> Jan
> 
> 
> ps. Does anybody know how to detect egcs, or test whether we can use
>     the -fno-exceptions flag, using autoconf?
> 
> 
Received on 1999-02-08 11:15:27