gcc.3.0.1 08/13 on Alpha Tru64 v 5.0
Tom Tromey
tromey@redhat.com
Thu Aug 16 21:17:00 GMT 2001
>>>>> "Antonio" == Antonio Ake <ake@ecn.purdue.edu> writes:
Antonio> 2. Again linker doesn't want to compile to many files.(
Antonio> http://gcc.gnu.org/ml/java/2001-07/msg00172.html )
I don't really know anything about this problem. Sorry.
Antonio> I tried to use --disable-java-awt but it is not
Antonio> working, I modified Makefile.in to disabled it.
Can you tell me how it is failing?
Antonio> 3. When it is compiling natFirstThread.cc. I have this message error.
Antonio> natFirstThread.o
Antonio> ../../../gcc-3.0.1-20010813/libjava/gnu/gcj/runtime/natFirstThread.cc:79:
Antonio> invalid
Antonio> use of undefined type `class java::lang::UnsatisfiedLinkError'
Antonio> ../../../gcc-3.0.1-20010813/libjava/gcj/javaprims.h:199: forward
Antonio> declaration of
Antonio> `class java::lang::UnsatisfiedLinkError'
Thanks. That is a bug in 3.0.1 when configured with --disable-jvmpi.
This bug does not appear in 3.1.
One choice you have is to fix natFirstThread.cc to unconditionally include
UnsatisfiedLinkError.h.
Another choice would be not to configure with --disable-jvmpi.
(BTW I think that should be the default; not many people use JVMPI.)
Antonio> (Functional behaviour)
Antonio> 4. There are still internal message errors when I tried to compile
Antonio> with -O2, I have to change it to -O1 when I compiling some files.
Can you tell if these are problems in gcj or in the rest of gcc?
Tom
More information about the Java
mailing list