This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Build problem(libgcj on linuxppc(R5))
Bryce McKinlay wrote:
> Will Sloan wrote:
>
> > Should it appear in libgcc or libgcc2? It would appear that libgcc2.a
> > never got built. Any ideas??
>
> Did you actually configure it with c++ support? ie:
> "--enable-languages=c++,java"
>
> regards
>
> [ bryce ]
Here is the configure line that I used.
../gcc-2.95/configure --prefix=/Godzilla/tools --target=powerpc-linux-gnu
--enable-threads=posix --enable-java-gc=boehm --enable-languages=c++,java,c
Did I miss something.
Thanks.