This is the mail archive of the java-discuss@sources.redhat.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] |
I am using 'gcc version 2.97 20010117 (experimental) from CVSDid you use the --disable-new-gxx-abi flag when you configured gcc? I did not.
and everything works for me:
Thanks,
Barnet
PS I configured using:
/usr/local/gcc_cvs/gcc/configure --enable-threads=posix --prefix=/usr/local/gcc
\
--enable-shared --enable-languages=c++,java
\
--enable-java-gc="boehm" --enable-fast-character
--enable-threads="posix" \
--with-as=/opt/gnu/bin/as --with-ld=/opt/gnu/bin/ld
If there's anything wrong here, I'd like to know. Other than disabling the new gxx abi, I don't know what to try to fix this problem.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |