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: James Mc Parlane
Subject: RE: [DotGNU]gcc -O3 cannot compile engine/cvm.c
Date: Mon, 25 Nov 2002 13:27:38 +1100

Thanks.. You made me think.... :)

I've also had... problems compiling on a low spec alpha.

In particular

gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../libgc/include -I../include
-g -O2  -Wall -c rc2.c

Which just consumed all my RAM, VM and eventually ended with an "out of
memory" error.

However after removing the (-O2) 

gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../libgc/include -I../include
-g -Wall -c rc2.c

All seems to be dandy now..(so far.. I'm still building) and I have a nice
64bit alpha version of pnet which I am going to start testing..

I was using gcc version 2.95.4 20011002 (Debian prerelease)


reply via email to

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