Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 05:27:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 192305] java/jamvm: 1.5.4 -> 2.0.0
Message-ID:  <bug-192305-8522-A4U5xkQ1jW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192305-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192305-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192305

--- Comment #3 from Kurt Jaeger <pi@FreeBSD.org> ---
Building on i386 leads to:

[...]
libtool: link: cc -I/usr/local/lib/libffi-3.0.13/include
-I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fno-strict-aliasing -o jamvm
jam.o  -L/usr/local/lib ./.libs/libcore.a -lffi -lz -lm -lrt -lthr
./.libs/libcore.a(dll.o): In function `setJNIMethod':
dll.c:(.text+0xe73): undefined reference to `convertSig2Simple'
dll.c:(.text+0xe84): undefined reference to `jni_static_stubs'
dll.c:(.text+0xe8d): undefined reference to `jni_static_stubs'
dll.c:(.text+0xebd): undefined reference to `jni_stubs'
dll.c:(.text+0xec6): undefined reference to `jni_stubs'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

convertSig2Simple is found in src/stubs.c, but not used because
USE_MD_STUBS is defined.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192305-8522-A4U5xkQ1jW>