Re: [Mingw-w64-public] Building custom version

2012-05-24 Thread Earnie Boyd
On Thu, May 24, 2012 at 9:31 AM, Earnie Boyd wrote: > You can also create a script file > > > #! /path/to/bin/sh > > g++ -std=c++11 "$@" This should be g++.exe -std=c++11 "$@" > > > https://sites.google.com/site/earnieboyd ---

Re: [Mingw-w64-public] Building custom version

2012-05-24 Thread Earnie Boyd
On Thu, May 24, 2012 at 7:46 AM, Baruch Burstein wrote: > Specifically, I am looking to change the default mode of g++ to c++11. Where > would I change that? Well, you have several options for this. If you're set on building the code you'll need to find the source for the internal specs file and

Re: [Mingw-w64-public] Building custom version

2012-05-24 Thread Baruch Burstein
On Thu, May 24, 2012 at 2:16 PM, Ruben Van Boxem wrote: > 2012/5/24 MARTIN Pierre > >> Dear Baruch, >> >> Ruben, would you be able to write up a simple tutorial or something, >> explaining how you do your builds so that we can make a few tweaks and >> build our own? >> Or maybe someone else? I se

Re: [Mingw-w64-public] Building custom version

2012-05-24 Thread Ruben Van Boxem
2012/5/24 MARTIN Pierre > Dear Baruch, > > Ruben, would you be able to write up a simple tutorial or something, > explaining how you do your builds so that we can make a few tweaks and > build our own? > Or maybe someone else? I seem to remember running into trouble when trying > to use the bundl

Re: [Mingw-w64-public] Building custom version

2012-05-24 Thread MARTIN Pierre
Dear Baruch, > Ruben, would you be able to write up a simple tutorial or something, > explaining how you do your builds so that we can make a few tweaks and build > our own? > Or maybe someone else? I seem to remember running into trouble when trying to > use the bundled compilation instruction

[Mingw-w64-public] Building custom version

2012-05-24 Thread Baruch Burstein
Ruben, would you be able to write up a simple tutorial or something, explaining how you do your builds so that we can make a few tweaks and build our own? Or maybe someone else? I seem to remember running into trouble when trying to use the bundled compilation instructions (but that was a while ago