Re: problem bootstrapping

2009-04-09 Thread Ralf Wildenhues
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

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 proble

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 be