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

2012-05-31 Thread Baruch Burstein
On Wed, May 30, 2012 at 3:02 PM, Baruch Burstein wrote: > > On Wed, May 30, 2012 at 1:06 PM, Baruch Burstein wrote: > >> >> On Thu, May 24, 2012 at 4:31 PM, Earnie Boyd < >> ear...@users.sourceforge.net> wrote: >> >>> On Thu, May 24, 2012 at 7:46 AM, Baruch Burstein >>> wrote: >>> >> >> >>> On th

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

2012-05-30 Thread Baruch Burstein
On Wed, May 30, 2012 at 1:06 PM, Baruch Burstein wrote: > > On Thu, May 24, 2012 at 4:31 PM, Earnie Boyd > wrote: > >> On Thu, May 24, 2012 at 7:46 AM, Baruch Burstein >> wrote: >> > > >> On the other hand it will be easier to just add a specs file to the >> /path/to/lib/gcc/TARGET/VERSION/ dire

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

2012-05-30 Thread Baruch Burstein
On Thu, May 24, 2012 at 4:31 PM, Earnie Boyd wrote: > On Thu, May 24, 2012 at 7:46 AM, Baruch Burstein > wrote: > > On the other hand it will be easier to just add a specs file to the > /path/to/lib/gcc/TARGET/VERSION/ directory with the changed values. > You can get a specs file by simply doin

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