Get an idea of the gcj/libgcj status
Tom Tromey
tromey@cygnus.com
Thu Oct 12 09:31:00 GMT 2000
>>>>> "Torsten" == Torsten Rüger <torsten.rueger@firsthop.com> writes:
Torsten> thanks for the help . I spend the day and got quite far, but
Torsten> now I get a libgcj failure: only thread already running
This means you configured libgcj without thread support, and you are
running a program that requires threads. Rebuild libgcj from scratch,
and specify `--enable-threads=posix' when you configure. You can only
do this if gcc was built that same way though. So you might have to
rebuild gcc as well.
>> This works for me, but YMMV.
Torsten> What is YMMV ?
"Your Mileage May Vary".
Tom
More information about the Java
mailing list