This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problem --with-gc=simple.
- To: Antonio Ake <ake at ecn dot purdue dot edu>
- Subject: Re: Problem --with-gc=simple.
- From: Tom Tromey <tromey at redhat dot com>
- Date: 25 Jul 2001 17:04:45 -0600
- Cc: <java at gcc dot gnu dot org>
- References: <Pine.GSO.4.33.0107251209340.18732-100000@min.ecn.purdue.edu>
- Reply-To: tromey at redhat dot com
>>>>> "Antonio" == Antonio Ake <ake@ecn.purdue.edu> writes:
Antonio> I tried this configure in two platafforms beacuse I need to
Antonio> avoid to use mmap in my java binaries so I add the
Antonio> --with-gc=simple in my configure command:
If you get this failure with --with-gc=simple and not any other way
then it might be a generic bug in gcc.
Note that this option changes gcc so *it* doesn't use mmap.
It has no effect (in theory) on the resulting executables you compile.
Tom