This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
undefined reference to '_Unwind_FindEnclosingFunction@GCC_3.3
Erik Poupaert writes:
>
> >>>>> /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/../../../libgcj.so:
> >>>>> undefined reference to '_Unwind_FindEnclosingFunction at GCC_3 dot 3'
> >>>>> [apply] collect2: ld returned 1 exit status
>
> The sources compile properly on my machine (RH8.0/GCJ3.3 20030306), but end
> with the error above on his machine (RH8.0/GCJ3.3 20030310). The other
> differences in configuration are:
>
> I have: "--enable-threads=posix --enable-languages=c++,java"
> while he has: "--enable-threads --enable-languages=c,c++,java"
>
> Does anybody understand this problem?
Probably. Dump the syms of that library and have a look. The
function should be there.
Andrew.