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
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
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
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
---
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
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
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
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
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