Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2015-01-06 Thread Nicky Perian
I have given up on Debian Squeeze. Wheezy delivers gcc-4.6.3 and the sym links to gcc g++ cpp etc can be changed to gcc-4.6. Then for the viewer to run on squeeze I deliver libstc++.so with the viewer manifest. That locks the build to libstc++.so that the viewer was built with.  I have run the vi

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2015-01-06 Thread Lance Corrimal
Am Freitag, 12. September 2014, 20:12:35 schrieb Lance Corrimal: > Am 12.09.2014 um 16:34 schrieb Lance Corrimal: > > Am 12.09.2014 um 16:16 schrieb Scott Lawrence (Oz Linden): > >> On 2014-09-08, 15:10 , Lance Corrimal wrote: > I've published the sources for our backport and the debian packag

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-12 Thread Lance Corrimal
Am 12.09.2014 um 20:12 schrieb Lance Corrimal: Am 12.09.2014 um 16:34 schrieb Lance Corrimal: Am 12.09.2014 um 16:16 schrieb Scott Lawrence (Oz Linden): On 2014-09-08, 15:10 , Lance Corrimal wrote: I've published the sources for our backport and the debian packages from it that we install on

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-12 Thread Lance Corrimal
Am 12.09.2014 um 16:34 schrieb Lance Corrimal: Am 12.09.2014 um 16:16 schrieb Scott Lawrence (Oz Linden): On 2014-09-08, 15:10 , Lance Corrimal wrote: I've published the sources for our backport and the debian packages from it that we install on our build hosts: https://wiki.secondlife.com/

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-12 Thread Lance Corrimal
Am 12.09.2014 um 16:16 schrieb Scott Lawrence (Oz Linden): On 2014-09-08, 15:10 , Lance Corrimal wrote: I've published the sources for our backport and the debian packages from it that we install on our build hosts: https://wiki.secondlife.com/wiki/Debian_GCC_Backport I'm getting 'Access d

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-12 Thread Scott Lawrence (Oz Linden)
On 2014-09-08, 15:10 , Lance Corrimal wrote: I've published the sources for our backport and the debian packages from it that we install on our build hosts: https://wiki.secondlife.com/wiki/Debian_GCC_Backport and I put a pointer to that page in the Linux compilation instructions. The wiki

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-08 Thread Lance Corrimal
Am 05.09.2014 15:44, schrieb Scott Lawrence (Oz Linden): On 2014-08-28, 03:45 , Lance Corrimal wrote: Hi gang, How do I upgrade gcc to 4.6 on debian squeeze? And what else does need to be upgraded on debian squeeze to have the versions that LL uses? Sorry this has taken so long, but I got it

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-05 Thread Henri Beauchamp
On Fri, 05 Sep 2014 09:44:18 -0400, Scott Lawrence (Oz Linden) wrote: > I've published the sources for our backport and the debian packages from > it that we install on our build hosts: > > https://wiki.secondlife.com/wiki/Debian_GCC_Backport gcc v4.6.3 ?... You might want to update to 4.6.4. T

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-05 Thread Scott Lawrence (Oz Linden)
On 2014-08-28, 03:45 , Lance Corrimal wrote: Hi gang, How do I upgrade gcc to 4.6 on debian squeeze? And what else does need to be upgraded on debian squeeze to have the versions that LL uses? Sorry this has taken so long, but I got it done this morning I've published the sources for our

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-05 Thread Vex Streeter
Another useful option would be to build and maintain a VM image with the complete tool chain installed. It would be great to have as a reference and would let people who wanted to cross-compile do it much easier, at an obvious cost of VM overhead. Pity Windows and OSX compilers couldn't be VM-

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-05 Thread Lance Corrimal
Hmm.. maybe change that build environment to something that is actually compatibel to something that users might have? as in, not using compiler versions / library versions that aren't available from official repositories for the distribution in question (prebuilt libs excluded)? Alternative: pack

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-04 Thread Monty Brandenberg
On 9/4/2014 11:00 AM, Lance Corrimal wrote: > Hi, > > > I guess noone else builds on linux AND tries to actually have a build > environment that is exactly the same as the one Ll uses... Since it is NOT > DOCUMENTED. Nobody would *want* the exact same build environment that we use. But Oz is, I be

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-04 Thread Nicky Perian
Lance, Oz, plans to release as much as possible about LL linux build system. While waiting on that I am doing the following for Linux 32 bit on Kokua. Use a Debian wheezy vm. change the sym links @cpp @g++. @gcc from gcc-4.7 to gcc-4.6 as it appears to be the same compiler that LL backported to s

Re: [opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-09-04 Thread Lance Corrimal
Hi, I guess noone else builds on linux AND tries to actually have a build environment that is exactly the same as the one Ll uses... Since it is NOT DOCUMENTED. Cheers LC am Donnerstag, 28. August 2014, 09:45:06 schrieb Lance Corrimal: > Hi gang, > > How do I upgrade gcc to 4.6 on debian sque

[opensource-dev] Not actually OT: How do I get/update gcc to 4.6 on debian squeeze?

2014-08-28 Thread Lance Corrimal
Hi gang, How do I upgrade gcc to 4.6 on debian squeeze? And what else does need to be upgraded on debian squeeze to have the versions that LL uses? The wiki page about setting up a build environment on linux still talks about gcc 4.3... Cheers LC __