This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compilation of gcc-3.0




On Tue, 19 Jun 2001, BERTRAND Jokl wrote:
> gcc -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Ijava -I. -I./java
> -I./config -I./../include java/parse.c -o java/parse.o
> 
> (more than an half hour). I don't test this compilation on an Intel box.

java/parse.c is a huge source file.  Could you be running low on memory
here?

You should use "make bootstrap" in which case java/parse.c is built by the
stage1 compiler.

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]