[Bug java/28153] Under Windows Xp the generated JNI headers need to have a '_' prepended for each function.
tromey at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 26 18:17:00 GMT 2006
------- Comment #1 from tromey at gcc dot gnu dot org 2006-06-26 17:22 -------
Does the JDK's javah put that "_" into the generated header?
I suspect that you are seeing a problem with the C compiler, not a problem
with JNI header generation.
In particular I think that "_", most likely, should be added by the C
compiler and not added to the header.
--
tromey at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28153
More information about the Gcc-bugs
mailing list