All my bootstraps fail with: /usr/bin/ld: cannot find crti.o in stage 2.

2011-07-02 Thread Toon Moene
E.g. /home/toon/compilers/obj-t/./gcc/xgcc -B/home/toon/compilers/obj-t/./gcc/ -B/tmp/c/x86_64-unknown-linux-gnu/bin/ -B/tmp/c/x86_64-unknown-linux-gnu/lib/ -isystem /tmp/c/x86_64-unknown-linux-gnu/include -isystem /tmp/c/x86_64-unknown-linux-gnu/sys-include-O2 -g -O2 -DIN_GCC -W -Wa

Re: All my bootstraps fail with: /usr/bin/ld: cannot find crti.o in stage 2.

2011-07-02 Thread Basile Starynkevitch
On Sat, 02 Jul 2011 16:05:59 +0200 Toon Moene wrote: > Which crti.o is the build looking for ? The original one from my Debian > Testing installation ? > > $ find /usr/lib -name crti.o > /usr/lib/x86_64-linux-gnu/crti.o I added manually some symlinks on my Debian/Sid from /usr/lib/x86_64-linux

Re: All my bootstraps fail with: /usr/bin/ld: cannot find crti.o in stage 2.

2011-07-02 Thread Richard Guenther
On Sat, Jul 2, 2011 at 4:05 PM, Toon Moene wrote: > E.g. > > /home/toon/compilers/obj-t/./gcc/xgcc -B/home/toon/compilers/obj-t/./gcc/ > -B/tmp/c/x86_64-unknown-linux-gnu/bin/ > -B/tmp/c/x86_64-unknown-linux-gnu/lib/ -isystem > /tmp/c/x86_64-unknown-linux-gnu/include -isystem > /tmp/c/x86_64-unkno

Re: All my bootstraps fail with: /usr/bin/ld: cannot find crti.o in stage 2.

2011-07-02 Thread Martin Jambor
Hi, On Sat, Jul 02, 2011 at 04:05:59PM +0200, Toon Moene wrote: > E.g. > > /home/toon/compilers/obj-t/./gcc/xgcc > -B/home/toon/compilers/obj-t/./gcc/ > -B/tmp/c/x86_64-unknown-linux-gnu/bin/ > -B/tmp/c/x86_64-unknown-linux-gnu/lib/ -isystem > /tmp/c/x86_64-unknown-linux-gnu/include -isystem > /t

Re: Long paths with ../../../../ throughout

2011-07-02 Thread Jon Grant
On 2 February 2010 22:47, Ian Lance Taylor wrote: > Jon writes: > >> Is there a way to get collect2 to save the temporary .c file it >> generates to have a look at it? I believe it may be the __main() >> function, with the -debug option it gives the attached >> gplusplus_collect2_log.txt, looking

gcc-4.7-20110702 is now available

2011-07-02 Thread gccadmin
Snapshot gcc-4.7-20110702 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20110702/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Re: Long paths with ../../../../ throughout

2011-07-02 Thread Ian Lance Taylor
Jon Grant writes: > On 2 February 2010 22:47, Ian Lance Taylor wrote: >> Jon writes: >> >>> Is there a way to get collect2 to save the temporary .c file it >>> generates to have a look at it? I believe it may be the __main() >>> function, with the -debug option it gives the attached >>> gpluspl