PATCH to fix STDCALL in jni.cc
Per Bothner
per@bothner.com
Thu Jun 24 17:42:00 GMT 2004
Mohan Embar wrote:
> FWIW: I've attached the output of "dumpbin /symbols jni.o"
> to this email.
The attachment is empty.
> (There's probably a free utility to do the same
> thing, but I don't know what it is.) As you can see, there
> are a boatload of undefined symbols. This is after Per's
> patch; the situation is pretty much the same before the
> patch too. I initially thought that the template functions
> were the culprit, but there are functions like
> _Jv_JNI_DestroyJavaVM that are being reported as undefined
> too. (Could it have anything to do with the initial underscore??)
Try this patch:
http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01910.html
--
--Per Bothner
per@bothner.com http://per.bothner.com/
More information about the Java-patches
mailing list