dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]gcc -O3 cannot compile engine/cvm.c


From: Gopal V
Subject: Re: [DotGNU]gcc -O3 cannot compile engine/cvm.c
Date: Mon, 25 Nov 2002 04:14:53 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, Blair Zajac wrote:
> Hmmm, maybe have a specific Makefile rule for cvm.c to s/-O3/-O2/ on
> CFLAGS.  Or to have configure generate a warning if CFLAGS has -O3 in it.

All that gets ugly when compilers other than GCC is used ... I would 
prefer to leave it all alone ... Or if you're really into optimising
the other libs , you could try doing a patch on Makefile.am ... (something
like CFLAGS= echo $CFLAGS | sed "s/-O3/-O2/" ....)

It's safer to just run ./configure && make for now ... I'd loath to fix
something that isn't broken .... After all people are building this on 
Solaris , HPUX , and MAC OS X... So the easiest solution is to leave 
it alone, and let the bug be .. I'll maybe add a warning to the INSTALL 
file ...

Gopal
-- 
The difference between insanity and genius is measured by success


reply via email to

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