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: Problem --with-gc=simple.


>>>>> "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


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