This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Undefined symbol "_Unwind_GetIPInfo" on FreeBSD 6.0
- From: David Pratt <fairwinds at eastlink dot ca>
- To: java at gcc dot gnu dot org
- Date: Sun, 19 Nov 2006 09:44:25 -0400
- Subject: Re: Undefined symbol "_Unwind_GetIPInfo" on FreeBSD 6.0
- References: <455F90F3.1070209@eastlink.ca>
I have gone through the archives a bit and see a similar issue on
Darwin. Since Darwin is based on FreeBSD, could FreeBSD have been missed
on patching to prevent the symbol from being used? Many thanks.
Regards
David
see http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00906.html
David Pratt wrote:
Hi. I have successfully compiled gcc-4.2 from ports collection and also
from svn without errors but have encountered this error. Can someone
provide some advice.
Traceback (most recent call last):
File "test_PyLucene.py", line 27, in ?
from PyLucene import *
File "/usr/local/lib/python2.4/site-packages/PyLucene.py", line 33, in ?
from _PyLucene import *
ImportError: /usr/local/lib/gcc-4.2.0/libgcj.so.8: Undefined symbol
"_Unwind_GetIPInfo"
Is libgcj broken for this platform or is there a work around for this.
Many thanks.
Regards,
David