[Bug 192305] java/jamvm: 1.5.4 -> 2.0.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 12 05:27:21 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192305

--- Comment #3 from Kurt Jaeger <pi at 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.


More information about the freebsd-java mailing list