This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
RE: Segmentation Fault
- To: "'Joerg Brunsmann'" <joerg.brunsmann@FernUni-Hagen.de>
- Subject: RE: Segmentation Fault
- From: "Frey, Gregor Karl Dr." <gregor.karl.frey@sap-ag.de>
- Date: Wed, 4 Aug 1999 16:57:56 +0200
- Cc: java-discuss@sourceware.cygnus.com
Hi Jörg,
can I give the configure of gcc the Option "enable-java-gc=yes"?
I would like to have garbage-collection.
Ciao,
Gregor
-----Original Message-----
From: Joerg Brunsmann [mailto:joerg.brunsmann@FernUni-Hagen.de]
Sent: Mittwoch, 4. August 1999 13:51
To: Frey, Gregor Karl Dr.
Cc: java-discuss@sourceware.cygnus.com
Subject: Re: Segmentation Fault
Gregor,
> I tried gcj 2.95 with libgcj-2.95 on SPARC/SOLARIS.
> But loading a trivial "Hello-World"-Programm yielded a segementation
fault.
Did you configure both egcs and libgcj with the same garbage collector?
If you did configure egcs with no garbage collector configure option
then you must configure libgcj with "enable-java-gc=no". This did it for
me.
Hope this helps,
Jörg