Re: notmuch on w32

Subject: Re: notmuch on w32

Date: Sat, 19 Oct 2013 15:22:32 -0500

To: David Bremner

Cc: notmuch@notmuchmail.org, Claudio Bley

From: Felipe Contreras


On Sat, Oct 19, 2013 at 2:54 PM, David Bremner <david@tethera.net> wrote:
> Claudio Bley <claudio.bley@googlemail.com> writes:
>
>> I wanted to use notmuch on MS Windows and thus have ported the code to
>> be able to compile with MinGW and MSYS using the GNU autotools on that
>> platform.
>
> Do you really need autotools, or was it just the easiest path to get
> things working on w32?

No, you don't. I've compiled many things for Windows using MinGW, and
you don't need autotools.

In fact, autotools makes things worst (as usual), by requiring m4,
perl, and bunch of heavy dependencies.

% make CROSS_COMPILE=i486-mingw32-

-- 
Felipe Contreras

Thread: