Re: Building gcc on Ubuntu 11.10

2012-02-15 Thread Toon Moene
On 02/15/2012 03:24 PM, Martin Jambor wrote: Hi, On Thu, Feb 09, 2012 at 08:26:06PM +0100, Toon Moene wrote: On 02/09/2012 07:16 PM, Arnaud Charlet wrote: Yes. Debian moved everything for some reason. It's a problem that must be addressed somehow before gcc 4.7 is released. It's extremely

Re: Building gcc on Ubuntu 11.10

2012-02-15 Thread Martin Jambor
Hi, On Thu, Feb 09, 2012 at 08:26:06PM +0100, Toon Moene wrote: > On 02/09/2012 07:16 PM, Arnaud Charlet wrote: > > >>>Yes. Debian moved everything for some reason. It's a problem that must > >>>be addressed somehow before gcc 4.7 is released. > >>> > >>>It's extremely unfortunate that this wil

Re: Building gcc on Ubuntu 11.10

2012-02-10 Thread Russ Allbery
Toon Moene writes: > Thanks for the explanation. Is there a rationale document (and a design > document that explains what we have to expect from this change) > somewhere on the Debian web site ? > I couldn't find it, but perhaps I didn't search it right. The documentation that I'm aware of is

Re: Building gcc on Ubuntu 11.10

2012-02-10 Thread Toon Moene
On 02/10/2012 07:02 PM, Russ Allbery wrote: Anyway, I'll stop discussing this here, as it's not really on topic. I just wanted to provide some background, since I realize on the surface it's a somewhat puzzling decision. Thanks for the explanation. Is there a rationale document (and a design

Re: Building gcc on Ubuntu 11.10

2012-02-10 Thread Russ Allbery
Andreas Schwab writes: > Russ Allbery writes: >> For example, suppose I'm doing development on an amd64 box targeting >> armel and I want to use Kerberos libraries in my armel application. >> I'd like to be able to install the armel Kerberos libraries on my >> Debian system using regular package

Re: Building gcc on Ubuntu 11.10

2012-02-10 Thread Andrew Haley
On 02/10/2012 10:15 AM, Andreas Schwab wrote: > Russ Allbery writes: > >> For example, suppose I'm doing development on an amd64 box targeting armel >> and I want to use Kerberos libraries in my armel application. I'd like to >> be able to install the armel Kerberos libraries on my Debian system

Re: Building gcc on Ubuntu 11.10

2012-02-10 Thread Andreas Schwab
Russ Allbery writes: > For example, suppose I'm doing development on an amd64 box targeting armel > and I want to use Kerberos libraries in my armel application. I'd like to > be able to install the armel Kerberos libraries on my Debian system using > regular package management commands, just li

Re: Building gcc on Ubuntu 11.10

2012-02-09 Thread Russ Allbery
Ian Lance Taylor writes: > Russ Allbery writes: >> The reason, for the record, is because Debian wants to be able to >> support multiarch with more than two architectures. The /lib32 >> vs. /lib64 distinction doesn't allow one to use the same underlying >> machinery to easily install, say, arme

Re: Building gcc on Ubuntu 11.10

2012-02-09 Thread Ian Lance Taylor
Russ Allbery writes: > Ian Lance Taylor writes: >> Nenad Vukicevic writes: > >>> Has anybody tried to build 4.7 on Ubuntu 11.10 system. I am getting the >>> following linking problem (no special configure switches): >>> >>> /usr/bin/ld: cannot find crt1.o: No such file or directory >>> /usr/bin

Re: Building gcc on Ubuntu 11.10

2012-02-09 Thread Russ Allbery
Ian Lance Taylor writes: > Nenad Vukicevic writes: >> Has anybody tried to build 4.7 on Ubuntu 11.10 system. I am getting the >> following linking problem (no special configure switches): >> >> /usr/bin/ld: cannot find crt1.o: No such file or directory >> /usr/bin/ld: cannot find crti.o: No such

Re: Building gcc on Ubuntu 11.10

2012-02-09 Thread Toon Moene
On 02/09/2012 07:16 PM, Arnaud Charlet wrote: Yes. Debian moved everything for some reason. It's a problem that must be addressed somehow before gcc 4.7 is released. It's extremely unfortunate that this will make it impossible to build older releases of gcc on newer Debian installations. No

Re: Building gcc on Ubuntu 11.10

2012-02-09 Thread Arnaud Charlet
>>> Has anybody tried to build 4.7 on Ubuntu 11.10 system. I am getting the >>> following linking problem (no special configure switches): >>> >>> /usr/bin/ld: cannot find crt1.o: No such file or directory >>> /usr/bin/ld: cannot find crti.o: No such file or directory >>> /usr/bin/ld: cannot find

Re: Building gcc on Ubuntu 11.10

2012-02-09 Thread Matthias Klose
On 09.02.2012 07:33, Ian Lance Taylor wrote: Nenad Vukicevic writes: Has anybody tried to build 4.7 on Ubuntu 11.10 system. I am getting the following linking problem (no special configure switches): /usr/bin/ld: cannot find crt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: N

Re: Building gcc on Ubuntu 11.10

2012-02-09 Thread Richard Guenther
On Thu, Feb 9, 2012 at 7:33 AM, Ian Lance Taylor wrote: > Nenad Vukicevic writes: > >> Has anybody tried to build 4.7 on Ubuntu 11.10 system. I am getting the >> following linking problem (no special configure switches): >> >> /usr/bin/ld: cannot find crt1.o: No such file or directory >> /usr/bin

Re: Building gcc on Ubuntu 11.10

2012-02-08 Thread Ian Lance Taylor
Nenad Vukicevic writes: > Has anybody tried to build 4.7 on Ubuntu 11.10 system. I am getting the > following linking problem (no special configure switches): > > /usr/bin/ld: cannot find crt1.o: No such file or directory > /usr/bin/ld: cannot find crti.o: No such file or directory > /usr/bin/ld:

Building gcc on Ubuntu 11.10

2012-02-08 Thread Nenad Vukicevic
Has anybody tried to build 4.7 on Ubuntu 11.10 system. I am getting the following linking problem (no special configure switches): /usr/bin/ld: cannot find crt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such file or directory /usr/bin/ld: cannot find -lgcc /usr/bin/ld: cann