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 proble
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 be