Tru64 Problem / gcc 3.4.0

Jim Wilson wilson@specifixinc.com
Mon Jun 28 19:10:00 GMT 2004


On Mon, 2004-06-28 at 02:13, Aron Vrtala, Vienna Univ. Computer Center
wrote:
> Now the whole thing hangs in a CC
> "loop" "forever". Computing since last week at the point:
> gcc -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes     -DHAVE_CONFIG_H    -I. -Ijava -I. -I./java
> -I./../include -I../intl java/parse.c -o java/parse.o

If looks like you typed "make" or "make all" instead of the documented
"make bootstrap".  See the install documentation.  You shouldn't be
compiling the fortran and java compilers with the installed gcc.  make
bootstrap will compile just the C (and optionally also Ada) front end
with the system compiler, and then it will use itself to compile the
fortran and java compilers as part of the bootstrap process.  This
should avoid problems like this.

If the Java compiler fails to build even with "make bootstrap", then you
can disable it by using the configure --enable-languages option to
select which languages you want.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



More information about the Gcc mailing list