This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GC and GCJ
- To: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Subject: Re: GC and GCJ
- From: Antonio Ake <ake at ecn dot purdue dot edu>
- Date: Sun, 9 Sep 2001 15:42:59 -0500 (EST)
- cc: <java at gcc dot gnu dot org>
I tried with -enable-java-gc=no, I had this message. I am working with
gcc.3.0.1 release for linux x/86.
../../../gcc-3.0.1/libjava/exception.cc:31:21: gc_priv.h: No such file or
directory
../../../gcc-3.0.1/libjava/exception.cc:32:21: gc_mark.h: No such file or
directory
../../../gcc-3.0.1/libjava/exception.cc:33:28: include/gc_gcj.h: No such
file or directory
../../../gcc-3.0.1/libjava/exception.cc: In function `void
_Jv_Throw(java::lang::Throwable*)':
../../../gcc-3.0.1/libjava/exception.cc:89: `GC_malloc' undeclared (first
use
this function)
../../../gcc-3.0.1/libjava/exception.cc:89: (Each undeclared identifier is
reported only once for each function it appears in.)
make[2]: *** [exception.lo] Error 1