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


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

Re: GC and GCJ


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


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