This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
FWIW: I've attached the output of "dumpbin /symbols jni.o" to this email.
(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??)
http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01910.html -- --Per Bothner per@bothner.com http://per.bothner.com/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |