This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Symbol in DLL begin with _


"Pasch, Thomas (ACTGRO)" <extern.thomas.pasch@volkswagen.de> wrote:

> You are wrong. I could use the attached script as
> well. But it will not work without ---add-stdcall-alias
> on my NT 4.0 system.

[skipped]

> # first, get a EXPORT list
> dlltool --add-stdcall-alias --export-all-symbols --output-def $LIBNAME.tmp $*

You can try both variants and inspect them to find a difference in the produced
.tmp files. I would recommend to create .def file manually instead of relying
on the --export-all-symbols feature and grep'ing "Java_" names.
--
Dmitry.


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]