Hi Peter, * Peter Rosin wrote on Thu, Aug 07, 2008 at 02:10:41PM CEST: > Peter Rosin skrev: >> To fix the test failure on the MinGW cross compile, it might be enough >> to disable the nocase stuff in libtool.m4 for cross compiles (take the >> default branch in the case $host_os statement, near the end of >> _LT_CHECK_MAGIC_METHOD). This should cause a skip of the offending >> test. > > Like this patch. Can you verify if it works for i586-mingw32msvc-gcc?
Yes it works but ... > 2008-08-07 Peter Rosin <[EMAIL PROTECTED]> > > * libltdl/m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD): Disable nocase > handling for cross compiles. > +file_magic_glob= > +want_nocaseglob=no > +if test "$build" = "$host"; then > + case $host_os in > + cygwin* | mingw* | pw32*) What if build is cygwin* and host is mingw*, for example? Thanks, Ralf
