This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Problem --with-gc=simple.
- To: <java at gcc dot gnu dot org>
- Subject: Problem --with-gc=simple.
- From: Antonio Ake <ake at ecn dot purdue dot edu>
- Date: Wed, 25 Jul 2001 12:17:16 -0500 (EST)
Hello,
I tried this configure in two platafforms beacuse I need to avoid to use
mmap in my java binaries so I add the --with-gc=simple in my configure
command:
../gcc-20010702/configure
--with-gcc-version-trigger=/usr/music/ake/g/gcc-20010702/gcc/version.c --host=alphaev56-dec-osf5.0
--prefix=/usr/users/ake/gcc18/ --without-x --disable-jni --disable-net --enable-libgcj --with-gc=simple
--norecursion
I tested on 2 machines: ALpha OSF1 and LINUX X86. My snapshot is from July
2. the error message when libgcj is building:
error message on both:
/usr/music/ake/g/build/gcc/gcj -B/usr/music/ake/g/build/alphaev56-dec-osf5.0/lib
java/ -B/usr/music/ake/g/build/gcc/ --encoding=UTF-8 -C -L/usr/music/ake/g/build
/alphaev56-dec-osf5.0/libjava -g -classpath /usr/music/ake/g/build/alphaev56-dec
-osf5.0/libjava:/usr/music/ake/g/gcc-20010702/libjava -d /usr/music/ake/g/build/
alphaev56-dec-osf5.0/libjava java/lang/ConcreteProcess.java
java/lang/ConcreteProcess.java:0: Internal error: Segmentation fault
Is there any other way to disable to use mmap? Do you know who is using
mmap, with gdb I got this:
mmap<-__assert (?)
mmap<-_OtsNotify_Ovf_I (?)
Thanks