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