| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <96C14D00FA99D311A8D60008C791F3640982683B@devwagwodx0009.wob.vw.de> |
| From: | "Pasch, Thomas (ACTGRO)" <extern DOT thomas DOT pasch AT volkswagen DOT de> |
| To: | "'cygwin AT cygwin DOT com'" <cygwin AT cygwin DOT com> |
| Subject: | Symbol in DLL begin with _ |
| Date: | Mon, 30 Jul 2001 11:49:04 +0200 |
| MIME-Version: | 1.0 |
| X-Mailer: | Internet Mail Service (5.5.2653.19) |
Hello,
this is problably a beginner question. I want to create
DLLs for JNI with cygwin. I've read the messages and
tips about DLLs, wrote a script for making them and
I think, I've succeeded.
But I've got a strange Problem. When I define a C function
Java_Stack_newStack in my source code I've got
$ nm Stack.dll | grep newStack
2000100c T _Java_Stack_newStack AT 8
well, the symbol '_Java_Stack_newStack' in the DLL. This is not
what is expected from Java. The library is loaded
but
$ java Stack
Stack.main
Exception in thread "main" java.lang.UnsatisfiedLinkError: newStack
at Stack.newStack(Native Method)
at Stack.<init>(Stack.java:10)
at Stack.main(Stack.java:27)
the native method 'newStack' (i.e. Java_Stack_newStack) is not
found.
I suspect that the leading '_' causes the problem. Is there a way to
get ride off it?
Regards,
Thomas
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |