problem with libtool under windows and cygwin

2009-04-09 Thread Andreas Otto
Hello, just an other question for my software porting project I'm using libtool to create libraries on unix and windows on both system it works fine. later I use this library in java code as JNI library with: System.loadLibrary(javamsgque); this works fine on UNIX

Re: problem with libtool under windows and cygwin

2009-04-09 Thread Charles Wilson
Andreas Otto wrote: as special restriction I use the build-tools from cygwin but it is no cygwin library at all because I use the build-in mingw compiler gcc -mno-cygwin This is *not* a built-in mingw compiler. It's a hack that sometimes works, but always causes problems.