emacs-devel
[Top][All Lists]
Advanced

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

Re: building Emacs on Msys2/mingw32


From: Eli Zaretskii
Subject: Re: building Emacs on Msys2/mingw32
Date: Wed, 10 Sep 2014 06:22:52 +0300

> From: Stephen Leake <address@hidden>
> Date: Tue, 09 Sep 2014 17:03:24 -0500
> 
> Eli Zaretskii <address@hidden> writes:
> 
> >> From: Stephen Leake <address@hidden>
> >> Date: Mon, 08 Sep 2014 10:54:26 -0500
> >> 
> >> I had to override the guessed build machine on the configure line:
> >> 
> >>     $ ./configure --build=i686-pc-mingw32 --prefix=/mingw32
> >> 
> >> config.guess returns x86_64-pc-msys; configure rejects this.
> >> 
> >> x86_64-pc-msys is the correct host identifier
> >
> > No, it isn't: it identifies an MSYS program, not a MinGW program.  
> 
> Yes, and the _host_ is MSYS bash.
> 
> The _build_ (ie target) is MinGW. Which is why I used --build, not --host.

Since MSYS2's main purpose is to build MinGW programs, it should
produce a MinGW targeted triplet by default.  At least that's what
MSYS does.



reply via email to

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