libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch #6448] [MSVC 7/7] Add MSVC Support


From: Ralf Wildenhues
Subject: Re: [patch #6448] [MSVC 7/7] Add MSVC Support
Date: Sat, 9 Aug 2008 08:29:42 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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  <address@hidden>
>
>       * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]