Re: [Mingw-w64-public] Build MinGW-w64 from Git on Linux

2014-11-26 Thread Adrien Nader
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

Re: [Mingw-w64-public] Build MinGW-w64 from Git on Linux

2014-11-26 Thread Adrien Nader
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

Re: [Mingw-w64-public] Build MinGW-w64 from Git on Linux

2014-11-26 Thread Dongsheng Song
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 &

Re: [Mingw-w64-public] Build MinGW-w64 from Git on Linux

2014-11-26 Thread lh_mouse
- 发件人: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=

Re: [Mingw-w64-public] Build MinGW-w64 from Git on Linux

2014-11-26 Thread Erik de Castro Lopo
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=

[Mingw-w64-public] Build MinGW-w64 from Git on Linux

2014-11-26 Thread Erik de Castro Lopo
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