This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: java in gcc-2.95 release on Linux - not so good
- To: Steven Ashe <ashe@boulder.qms.com>
- Subject: Re: java in gcc-2.95 release on Linux - not so good
- From: Bryce McKinlay <bryce@albatross.co.nz>
- Date: Fri, 06 Aug 1999 13:23:25 +1200
- CC: java-discuss@sourceware.cygnus.com
- References: <9908051841.AA15417@boulder.qms.com>
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 ]