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))
>>>>> "Will" == Will Sloan <wsloan@occamnetworks.com> writes:
Will> I am trying to build libgcj-2.95 for linuxppc. Even after
Will> applying the patch that was posted to this mailing this, I'm
Will> still getting the same link errors (ie, __throw and
Will> ____get_eh_table_language).
These functions should appear in libgcc. The question is why they
don't appear there for you.
Will> After some looking around, I found that __throw is supposed to
Will> live in libstdc++
How did you arrive at this conclusion?
Tom