libtool-patches
[Top][All Lists]
Advanced

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

Re: cross compilation to w32


From: Ralf Wildenhues
Subject: Re: cross compilation to w32
Date: Wed, 12 Mar 2008 21:00:41 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hello Charles,

* Charles Wilson wrote on Mon, Mar 10, 2008 at 03:23:04AM CET:
>
> As far as I can tell, none of these failures are related to the issues  
> raised in this thread or addressed by this patch.

I agree.

> However, I have no  
> way of knowing *for sure* if this patch fixes the cross-compile issues,  
> as I do not have a cross-compile setup for either cygwin or mingw.

I've tested your patch with linux -> mingw cross, with it I get only two
failures in the old suite (demo-hardcode and demo-relink) and 5 in the
new testsuite (15 16 33 34 66 failed), of which 15 and 16 are due to
wine being too noisy:
| +Wine exited with a successful status

Does anybody know how I can avoid this from within wine?

Anyway, please apply, after looking at the question below.

Thanks!
Ralf

> 2008-03-09  Charles Wilson  <...>
>
>       * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src) [file
>       scope]: additional #includes and #defines to support...
>       (func_emit_cwrapperexe_src) [main]: ensure stdout is set to
>       binary mode for cygwin|mingw builds. Ensure temporary script
>       file is written in binary mode for cygwin|mingw builds.
>       (func_mode_link) [cygwin|mingw]: cross-build support - only
>       use cwrapper to generate shell wrapper if building native;
>       otherwise use func_emit_wrapper()

> @@ -2527,6 +2528,7 @@
>  #include <string.h>
>  #include <ctype.h>
>  #include <errno.h>
> +#include <fcntl.h>

Is fcntl.h available unconditionally on w32?




reply via email to

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