undefined reference to '_Unwind_FindEnclosingFunction@GCC_3.3
Jeff Sturm
jsturm@one-point.com
Wed Mar 19 18:03:00 GMT 2003
On 2003年3月19日, Erik Poupaert wrote:
> >>>>> /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3/../../../libgcj.so:
> >>>>> undefined reference to '_Unwind_FindEnclosingFunction@GCC_3.3'
> >>>>> [apply] collect2: ld returned 1 exit status
My guess: ld is finding an old libgcc_s.so. The
_Unwind_FindEnclosingFunction symbol was added recently.
Try "locate libgcc_s.so" and see what else is out there. Also be wary of
building GCC with LD_LIBRARY_PATH, LD_RUN_PATH etc. in your environment.
Jeff
More information about the Java
mailing list