On Wed, Nov 26, 2014, Erik de Castro Lopo wrote:
> Erik de Castro Lopo wrote:
>
> > I'm having a bit of trouble building MinGW-w64 from source.
> >
> > I asked on IRC and was told something along the lines of:
> >
> > export MYPREFIX=$HOME/MinGW/64
> > (cd mingw-w64-headers && ./configur
On Thu, Nov 27, 2014, lh_mouse wrote:
> Install headers into your system directory please.
>
> Specifically, if you are using mingwbuilds, you should set --prefix= to
> /i686-w64-mingw32 or /x86_64-w64-mingw32.
The value for --prefix shouldn't be an issue here. This is a cross from
linux and not
On Thu, Nov 27, 2014 at 7:16 AM, Erik de Castro Lopo
wrote:
> Hi all,
>
> I'm having a bit of trouble building MinGW-w64 from source.
>
> I asked on IRC and was told something along the lines of:
>
> export MYPREFIX=$HOME/MinGW/64
> (cd mingw-w64-headers && ./configure --prefix=$MYPREFIX &
-
发件人:Erik de Castro Lopo
发送日期:2014-11-27 07:16
收件人:mingw-w64-public
抄送:
主题:[Mingw-w64-public] Build MinGW-w64 from Git on Linux
Hi all,
I'm having a bit of trouble building MinGW-w64 from source.
I asked on IRC and was told something along the lines of:
export MYPREFIX=
Erik de Castro Lopo wrote:
> I'm having a bit of trouble building MinGW-w64 from source.
>
> I asked on IRC and was told something along the lines of:
>
> export MYPREFIX=$HOME/MinGW/64
> (cd mingw-w64-headers && ./configure --prefix=$MYPREFIX && make install)
> ./configure --prefix=
Hi all,
I'm having a bit of trouble building MinGW-w64 from source.
I asked on IRC and was told something along the lines of:
export MYPREFIX=$HOME/MinGW/64
(cd mingw-w64-headers && ./configure --prefix=$MYPREFIX && make install)
./configure --prefix=$MYPREFIX && make
When I run tha