gnutls-devel
[Top][All Lists]
Advanced

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

Re: Documentation on W32


From: B. Scott Michel
Subject: Re: Documentation on W32
Date: Wed, 26 Sep 2012 16:52:21 -0700
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

On 9/15/2012 3:43 AM, Eli Zaretskii wrote:
>> mingw32 is _not_ broken, far from that.  It is just somewhat slow in
>> catching up with the latest MS headers and functions, that's all.

Really slow. Painfully so.

>> Mingw32 is currently the _only_ package that allows building software
>> packages that use autoconf on Windows platforms, without extensive
>> tinkering with the infrastructure (such as the shell used to run the
>> scripts and Makefiles) or recompiling lots of basic libraries that are
>> already available in precompiled form from the MinGW site.  That site
>> provides everything that is needed:

That's not completely true. You can install MSys independently from
Mingw32, as the Mingw64 web pages suggest. MSys provides the usual
niceties that you enumerated.

You'd run into a problem, however, if you didn't specify CC and CXX for
configure and make because gcc and g++ would be missing.

That's how my current development environment is configured --
"CC=x86_64-w64-mingw32-gcc -m32" for 32-bit compiles.

YMMV.


-scooter



reply via email to

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