Re: [tcljava-user] TclBlend build problems using MSYS on WinNT
Brought to you by:
mdejong
|
From: Mo D. <md...@un...> - 2003-07-07 18:52:40
|
On Tue, 8 Apr 2003 16:38:28 -0700 Mo DeJong <md...@un...> wrote: > So, I don't see anything that is obviously wrong here. The .lib > file should tell the runtime linker to pull in jvm.dll at runtime, > but that has nothing to do with this problem. > > I remember reading this page about linking problems with > gcc and JNI: > > http://www.inonit.com/cygwin/jni/invocationApi/archive.html Just an FYI here, I ended up adding an import lib to the CVS and adding a check to the configure script so that if linking with jvm.lib fails, the custom import lib will be used. You can either grab the CVS version to get this update or wait until the next release. cheers Mo DeJong |