Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-14 Thread Peter Kümmel
On 13.01.2014 19:41, Stephen Kitt wrote: > Hi, > > On Mon, 13 Jan 2014 18:21:12 +0100, Adrien Nader wrote: >> On Mon, Jan 13, 2014, Peter Kümmel wrote: >>> What's mingw-w64's "state-of-the-art" way of cross compiling on Linux >>> (Ubuntu)? >> >> As Ruben pointed out, you can use the binaries from

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-14 Thread Peter Kümmel
On 13.01.2014 18:21, Adrien Nader wrote: > On Mon, Jan 13, 2014, Peter Kümmel wrote: >> What's mingw-w64's "state-of-the-art" way of cross compiling on Linux >> (Ubuntu)? > > As Ruben pointed out, you can use the binaries from your distribution. > In the case of Ubuntu, you inherit the ones from D

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-14 Thread Peter Kümmel
On 13.01.2014 15:38, Ruben Van Boxem wrote: > 2014/1/13 Peter Kümmel mailto:syntheti...@gmx.net>> > > What's mingw-w64's "state-of-the-art" way of cross compiling on Linux > (Ubuntu)? > > > You do > sudo apt-get install mingw-w64 Because this didn't work on a LTS Ubuntu 12.4 used by travis-ci

Re: [Mingw-w64-public] Ruben's Clang builds

2014-01-14 Thread Baruch Burstein
On Tue, Jan 14, 2014 at 3:46 PM, Ruben Van Boxem wrote: > 2014/1/14 Baruch Burstein > >> I am trying to use the Win64 toolchain. I assume I need to unpack the >> Clang into the same directory as one of your GCC builds? I tried it with >> the 4.8.0 release (regular, not seh or std::thread, from he

Re: [Mingw-w64-public] Ruben's Clang builds

2014-01-14 Thread Ruben Van Boxem
2014/1/14 Baruch Burstein > I am trying to use the Win64 toolchain. I assume I need to unpack the > Clang into the same directory as one of your GCC builds? I tried it with > the 4.8.0 release (regular, not seh or std::thread, from here > http://sourceforge.net/projects/mingw-w64/files/Toolchains

Re: [Mingw-w64-public] Ruben's Clang builds

2014-01-14 Thread Baruch Burstein
I am trying to use the Win64 toolchain. I assume I need to unpack the Clang into the same directory as one of your GCC builds? I tried it with the 4.8.0 release (regular, not seh or std::thread, from here http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Bui

Re: [Mingw-w64-public] Ruben's Clang builds

2014-01-14 Thread Baruch Burstein
On Tue, Jan 14, 2014 at 11:03 AM, Ruben Van Boxem wrote: > 2014/1/13 Baruch Burstein > >> I am trying to use Ruben's clang builds (clang 3.2). I unpacked the zip >> and ran `clang64env.cmd`. When I tried compiling a trivial c program, I get >> the error: >> fatal error: 'stdio.h' file not fou

Re: [Mingw-w64-public] Ruben's Clang builds

2014-01-14 Thread Ruben Van Boxem
2014/1/13 Baruch Burstein > I am trying to use Ruben's clang builds (clang 3.2). I unpacked the zip > and ran `clang64env.cmd`. When I tried compiling a trivial c program, I get > the error: > fatal error: 'stdio.h' file not found > Anyone (Ruben or other) know what the problem is/how to solv