Re: [lfs-support] Cannot build test program in 6.10

2013-01-06 Thread Simon Geard
On Sun, 2013-01-06 at 14:56 -0600, Bruce Dubbs wrote: > binutils is critical. I wouldn't want to try to use a system with these > errors. I suggest starting over. That, and after installing binutils next time, check for the existence of /tools/tools thing, make sure you've not made the same mis

Re: [lfs-support] Cannot build test program in 6.10

2013-01-06 Thread matthew gruda
On Sun, Jan 6, 2013 at 3:56 PM, Bruce Dubbs wrote: > matthew gruda wrote: > > >> What is the result of: > >> > >> $ find /tools -name ld\* -type f -exec ls -l {} \; > > > i got : > > root:/# find /tools -name ld\* -type f -exec ls -l {} \; > > -rwxr-xr-x 159442 Jan 6 01:39 /tools/lib/ld-2.16.so

Re: [lfs-support] Cannot build test program in 6.10

2013-01-06 Thread Bruce Dubbs
matthew gruda wrote: >> What is the result of: >> >> $ find /tools -name ld\* -type f -exec ls -l {} \; > i got : > root:/# find /tools -name ld\* -type f -exec ls -l {} \; > -rwxr-xr-x 159442 Jan 6 01:39 /tools/lib/ld-2.16.so > -rwxr-xr-x 915560 Jan 6 01:40 /tools/sbin/ldconfig > -rw-r--r--

Re: [lfs-support] Cannot build test program in 6.10

2013-01-06 Thread matthew gruda
On Sun, Jan 6, 2013 at 1:57 PM, Bruce Dubbs wrote: > matthew gruda wrote: > > We prefer you not top post. > > > $ cat `dirname $(gcc --print-libgcc-file-name)`/specs: > > That looks OK. > > > On Sun, Jan 6, 2013 at 12:57 PM, Bruce Dubbs > wrote: > > >> Lets break this down: > >> > > >>> LIBRAR

Re: [lfs-support] Cannot build test program in 6.10

2013-01-06 Thread Bruce Dubbs
matthew gruda wrote: We prefer you not top post. > $ cat `dirname $(gcc --print-libgcc-file-name)`/specs: That looks OK. > On Sun, Jan 6, 2013 at 12:57 PM, Bruce Dubbs wrote: >> Lets break this down: >> >>> LIBRARY_PATH=/tools/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/: >>> /usr/lib/../lib64/

Re: [lfs-support] Cannot build test program in 6.10

2013-01-06 Thread matthew gruda
$ cat `dirname $(gcc --print-libgcc-file-name)`/specs: *asm: %{m32:--32} %{m32|mx32:;:--64} %{mx32:--x32} %{!mno-sse2avx:%{mavx:-msse2avx}} %{msse2avx:%{!mavx:-msse2avx}} *asm_debug: %{!g0:%{gstabs*:--gstabs}%{!gstabs*:%{g*:--gdwarf2}}} %{fdebug-prefix-map=*:--debug-prefix-map %*} *asm_final:

Re: [lfs-support] Cannot build test program in 6.10

2013-01-06 Thread Ken Moffat
On Sun, Jan 06, 2013 at 11:57:41AM -0600, Bruce Dubbs wrote: > First add a subject > > matthew gruda wrote: > > now i got up to 6.10 and i tried: > > echo 'main(){}' > dummy.c > > cc dummy.c -v -Wl, --verbose > > > > and got: > > Lets break this down: > > > GNU assembler version 2.22 (x86_64-unk

Re: [lfs-support] Cannot build test program in 6.10

2013-01-06 Thread Bruce Dubbs
First add a subject matthew gruda wrote: > now i got up to 6.10 and i tried: > echo 'main(){}' > dummy.c > cc dummy.c -v -Wl, --verbose > > and got: Lets break this down: > GNU assembler version 2.22 (x86_64-unknown-linux-gnu) using BFD version > (GNU Binutils) 2.22 > COMPILER_PATH=/tools/libex