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: java in gcc-2.95 release on Linux - not so good


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 ]



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