Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread Stealth
On Sunday 30 November 2008 07:57:28 pm DJ Lucas wrote: > Stealth wrote: > > I am following the book as it is written. The only exception > > was I used kernel 2.6.27.7 . > > This is not good, though not likely the cause of the problem you > are seeing. You should be using 2.6.22.19. The latest 2.6

Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread Scott
On Sun, Nov 30, 2008 at 06:57:28PM -0600, DJ Lucas wrote: > No. I never meant to imply that there was _missing _information, 'out > of sync' information, or missing instructions. All the needed > information _is_ there, like the example you showed the other day, some > of it could probably be

Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread DJ Lucas
Stealth wrote: > I am following the book as it is written. The only exception was I > used kernel 2.6.27.7 . > This is not good, though not likely the cause of the problem you are seeing. You should be using 2.6.22.19. The latest 2.6.22.x should be safe as far as kernel headers and udev are

Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread Stealth
On Sunday 30 November 2008 04:21:44 pm Jeremy Huntwork wrote: > Stealth wrote: > > On Sunday 30 November 2008 03:33:05 pm Wolfgang Messingschlager > > > > wrote: > >> Stealth wrote: > >>> On Sunday 30 November 2008 02:17:30 pm Herman Gerritsen wrote: > > gcc -dumpspecs | sed '[EMAIL PROTECTED]/

Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread Jeremy Huntwork
Stealth wrote: > On Sunday 30 November 2008 03:33:05 pm Wolfgang Messingschlager > wrote: >> Stealth wrote: >>> On Sunday 30 November 2008 02:17:30 pm Herman Gerritsen wrote: > gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \ > > > `dirname $(gcc -print-libgcc-fi

Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread Stealth
On Sunday 30 November 2008 03:33:05 pm Wolfgang Messingschlager wrote: > Stealth wrote: > > On Sunday 30 November 2008 02:17:30 pm Herman Gerritsen wrote: > >>> gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \ > >>> > >>> > `dirname $(gcc -print-libgcc-file-name)`/specs > >>

Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread Wolfgang Messingschlager
Stealth wrote: > On Sunday 30 November 2008 02:17:30 pm Herman Gerritsen wrote: >>> gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \ >>> >>> > `dirname $(gcc -print-libgcc-file-name)`/specs >>> >>> and I get: >>> >>> sed: can't read /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/specs:

Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread Stealth
On Sunday 30 November 2008 02:17:30 pm Herman Gerritsen wrote: > > gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \ > > > > > `dirname $(gcc -print-libgcc-file-name)`/specs > > > > and I get: > > > > sed: can't read /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/specs: No > > such file

Re: LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread Herman Gerritsen
> gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \ > > `dirname $(gcc -print-libgcc-file-name)`/specs > > and I get: > > sed: can't read /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/specs: No such > file or directory Did you check your $PATH variable? I believe the directory that is

LFS 6.3 chpt 5.7 step cmd problem

2008-11-30 Thread Stealth
When I finished the build of glibc I was still in /mnt/lfs/sources/glibc-build. I ran: mv -v /tools/bin/{ld,ld-old} mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old} mv -v /tools/bin/{ld-new,ld} ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld then I ran: gcc -dumpspecs | sed '[EMAIL PROT