This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/28153] Under Windows Xp the generated JNI headers need to have a '_' prepended for each function.
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 26 Jun 2006 17:22:47 -0000
- Subject: [Bug java/28153] Under Windows Xp the generated JNI headers need to have a '_' prepended for each function.
- References: <bug-28153-12871@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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