This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
__Z12JvNumMethodsPN4java4lang5ClassE undefined
- From: Juerg Lehni <juerg at scratchdisk dot com>
- To: java at gcc dot gnu dot org
- Date: Wed, 9 Aug 2006 15:55:53 +0200
- Subject: __Z12JvNumMethodsPN4java4lang5ClassE undefined
After solving the problem with libjvm.dylib, I am facing another new
problem with the CVS build that did not happen before.
my app crashes and reports this in the console.log:
error code 4, error number 0 (Symbol not found:
__Z12JvNumMethodsPN4java4lang5ClassE
Referenced from: /usr/local/lib/libgcj.7.dylib
Expected in: flat namespace
)
And indeed, this symbol is undefined in libgcj:
nm /usr/local/lib/libgcj.7.dylib | grep
__Z12JvNumMethodsPN4java4lang5ClassE
U __Z12JvNumMethodsPN4java4lang5ClassE
Any ideas what could be the cause of this?
Jürg