bug-libsigsegv
[Top][All Lists]
Advanced

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

Re: [bug-libsigsegv] mingw failure


From: Eric Blake
Subject: Re: [bug-libsigsegv] mingw failure
Date: Tue, 23 Aug 2011 16:49:31 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.11

On 08/23/2011 04:29 PM, Bruno Haible wrote:
Eric Blake wrote:
Rather, the
autoconf way (as documented in the generic INSTALL file in so many
packages) has _always_ been that to specify cross-compilation, you
specify the --host argument to ./configure

Additionally, it's documented like this also in libsigsegv's README.woe32 file.

Which is outdated, since it still mentions cygwin's gcc -mno-cygwin (which was a horrible hack instead of a true cross-compiler), that option no longer exists now that you have your choice of _three_ true mingw cross-compilers under cygwin. Part of this is because there are now two active mingw forks, where only one targets 64-bit native windows, and where the target triples have some awful baggage in the naming conventions:

i686-pc-mingw32 - 32-bit, from mingw.org
i686-w64-mingw32 - 32-bit, from mingw64.sf.net
x86_64-w64-mingw32 - 64-bit, from mingw64.sf.net

For more gory details:
http://cygwin.com/ml/cygwin/2011-08/msg00440.html

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

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