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))
>>>>> "Jerry" == <jerry@zaphod.mc.vanderbilt.edu> writes:
Sorry for not replying to this sooner.
>>>> .libs/libgcj.so: undefined reference to `__throw'
>>>> .libs/libgcj.so: undefined reference to `__get_eh_table_language'
Jerry> Is there a fix for this?
As far as I know nobody has seen this before.
Can you find out why these functions aren't in your libgcc?
Jerry> Also, this seems to be the last step of the make process. If
Jerry> there is no fix for it and I don't need jv-convert, is it safe
Jerry> to go head and run "make check" and "make -k install"?
With this problem you'll never be able to link a Java program.
Tom