Re: [Mingw-w64-public] Help building cross-compiler on Linux

2016-12-16 Thread Jim Michaels
not. Sent via BlackBerry from T-Mobile -Original Message- From: JonY Date: Wed, 7 Dec 2016 23:25:27 To: Reply-To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] Help building cross-compile

Re: [Mingw-w64-public] Help building cross-compiler on Linux

2016-12-13 Thread JonY
On 12/12/2016 09:54 PM, Riot wrote: > # build gcc, pass 1: > cd gcc-6.2.0 > contrib/download_prerequisites > cd .. > mkdir gcc-build > cd gcc-build > ../gcc-6.2.0/configure --disable-nls --target=x86_64-w64-mingw32 > --enable-languages=c,c++ --with-system-zlib --enable-multilib > --enable-version-s

Re: [Mingw-w64-public] Help building cross-compiler on Linux

2016-12-12 Thread Riot
Thanks for the quick reply. I've spent some more time fighting with it, with varying degrees of success, but I've now hit a brick wall with regards to multilib. Apologies in advance for the long email, but hopefully the details here and any responses will help to guide others following this path

Re: [Mingw-w64-public] Help building cross-compiler on Linux

2016-12-07 Thread JonY
On 12/07/2016 07:45 PM, Riot wrote: > Hi all, > > I've been using MinGW-w64 for a long while now, but always on windows. I'm > currently trying to cross-compile windows projects on linux for the first > time. > > The issue I've run into is that std::experimental is not enabled in > Debian's pack

[Mingw-w64-public] Help building cross-compiler on Linux

2016-12-07 Thread Riot
Hi all, I've been using MinGW-w64 for a long while now, but always on windows. I'm currently trying to cross-compile windows projects on linux for the first time. The issue I've run into is that std::experimental is not enabled in Debian's packaged version of mingw-w64, which I need for std::exp