Hello Markus,
* Markus Duft wrote on Thu, Apr 02, 2009 at 09:07:37AM CEST:
> > >
> > > after upgrading to libtool 2.2.6a, i'm having problems bootstrapping one
> > > of our packages. the message i get is attached (output of aclocal
> > > --verbose -I /tools/eprefix/mduft/usr/bin/../share/aclocal
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