This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Segmentation Fault
- To: "Frey, Gregor Karl Dr." <gregor.karl.frey@sap-ag.de>
- Subject: Re: Segmentation Fault
- From: Joerg Brunsmann <joerg.brunsmann@FernUni-Hagen.de>
- Date: Wed, 04 Aug 1999 17:18:13 +0200
- CC: java-discuss@sourceware.cygnus.com
- Organization: Fernuniversitaet Hagen - Software Engineering (Praktische Informatik III)
- References: <9DB6EAD55F17D311BDCE0008C75DAD6670D893@dbwdfx12.wdf.sap-ag.de>
Gregor,
> can I give the configure of gcc the Option "enable-java-gc=yes"?
> I would like to have garbage-collection.
Folks, correct me if I'm wrong. The option is:
--enable-java-gc=TYPE
where "boehm" is the default garbage collector for libgcj but not for
gcj. So if you configure gcj and libgcj with
--enable-java-gc=boehm
you should have a consistent configuration.
Cheers,
Jörg