java in gcc-2.95 release on Linux - not so good

Bryce McKinlay bryce@albatross.co.nz
Thu Aug 5 18:28:00 GMT 1999


Steven Ashe wrote:

> gcc-2.95 was built from its release with --enable-java-gc=boehm in gcc.
> libgcj was built with
> --enable-java-gc=boehm --enable-fast-char --enable-threads=none
>
> By the way, building gcc-2.95 with --enable-shared fails to build some
> part of stdlibc++-3*
> This is on RH6.1 with a clean /usr/local

Try --enable-threads=posix in both your gcc and libgcj configurations. Weird
things happen if you don't configure threads properly. (--enable-shared builds
libstdc++ fine for me on Redhat 6.0, BTW)

regards

  [ bryce ]




More information about the Java mailing list