Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2959504
By: thlin

I cannot find binaries for glpk_jni so 
I use MSYS+MinGW to create DLL from .a static library. 
According to compile document on this site I run a2dll
to call dllwrap/dlltool but i got this error in java

 ** java.lang.UnsatisfiedLinkError: ...\glpk_jni.dll: 
The specified procedure could not be found
The procedure entry point Java_org_gnu_glpk_GlpkSolver_addCols could not be
located in the dynamic link library glpk_jni.dll

I did these to package the DLL
  cd .dll
  ar x ../glpk_jni.dll.a
  dllwrap --def ../glpk_jni.def --export-all 
            -o ../glpk_jni.dll `ls` 

I found the export in DLL with PE Explorer:
[EMAIL PROTECTED]

Any suggestion is welcome! Thanks in advance!
Henry


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to