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


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

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