This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.


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

Another error: libgcj ,OFS1 on alpha



Compiling libgcj on alpha with OFS1 gives internal compiler error. The
command line it compiles at that moment is to long to cite but it begins
with

javac="gcj -C"; cd ../../../libgcj-snapshot-1999-04-11/libjava; \
  $javac -g -classpath
/scratch/dapet/privat/compiler/build/alphaev56-dec-osf4.0d/libjava:`/bin/pwd`
-d /scratch/dapet/privat/compiler/build/alphaev56-dec-osf4.0d/libjava \

and then there are a lot of .java files.
The error message reads as follows

gcj: Internal compiler error: program jc1 got fatal signal 11
make[2]: *** [libgcj.zip] Error 1
make[2]: Leaving directory 
`/scratch/dapet/privat/compiler/build/alphaev56-dec-osf4.0d/libjava'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/scratch/dapet/privat/compiler/build/alphaev56-dec-osf4.0d/libjava'
make: *** [all-target-libjava] Error 2

David

Ps 
Thanks Anthony, I've got by the last problem with your tip.
(Unfortionatily I dont know how to fix the Makefile.orig to do this
automatically.)
Ds