This is the mail archive of the java-discuss@sourceware.cygnus.com 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: Segmentation Fault


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

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