Re: Problem with Chap 5.7

2007-10-05 Thread Bauke Jan Douma
Bill wrote on 06-10-07 00:44: > Folks, > > I'm having a problem that I can't seem to get by, and I hope some one > can get me past this. I've consistently had this same problem each time > I've tried to work through the book, always failing at the same spot. > To try and remove as many variables

Problem with Chap 5.7

2007-10-05 Thread Bill
Folks, I'm having a problem that I can't seem to get by, and I hope some one can get me past this. I've consistently had this same problem each time I've tried to work through the book, always failing at the same spot. To try and remove as many variables from the equation as possible I've been r

Re: Live 6.3 r2032 & ncurses fails - Cannot link wi

2007-10-05 Thread Dan Nicholson
On 10/5/07, EJBoshinski <[EMAIL PROTECTED]> wrote: > > Your comment aboves raises a question. As a sanity check, from 5.1- > Important Note (2) : " > After installing each package, delete its source and build > directories, unless specifically instructed otherwise. Deleting th

Re: Live 6.3 r2032 & ncurses fails - Cannot link wit

2007-10-05 Thread EJBoshinski
On 10/5/07, EJBoshinski <[EMAIL PROTECTED]> wrote: > > Thank you for the suggestion. I will rebuild from the beginning once again, > starting with newly formatted, mounted, assigned etc. partitions and user & > groups on a physically separate and dedicated drive. When I come to > gcc-pass2, I

Re: Live 6.3 r2032 & ncurses fails - Cannot link wit

2007-10-05 Thread Dan Nicholson
On 10/5/07, EJBoshinski <[EMAIL PROTECTED]> wrote: > > Thank you for the suggestion. I will rebuild from the beginning once again, > starting with newly formatted, mounted, assigned etc. partitions and user & > groups on a physically separate and dedicated drive. When I come to > gcc-pass2, I

Re: Live 6.3 r2032 & ncurses fails - Cannot link with

2007-10-05 Thread EJBoshinski
>OK. All we care about right now if after gcc-pass2. I.e., the compiler >you create in gcc-pass2 is not coming out correctly since it is still >picking up headers in /usr/include. So, can you repeat my previous >test immediately after installing gcc-pass2? > >$ echo | gcc -v -x c - 2>&1 | sed -n '

Re: Chapter 6.7, LFS 6.3

2007-10-05 Thread Dan Nicholson
On 10/5/07, Elias Zoby <[EMAIL PROTECTED]> wrote: > > root:/sources/linux-2.6.22.5# sed -i '/scsi/d' include/Kbuild > root:/sources/linux-2.6.22.5# make mrproper > /sources/linux-2.6.22.5/scripts/gcc-version.sh: line 11: /tools/bin/gcc: No > such file or directory > But I have gcc on $LFS/tools/b

Re: Chapter 6.7, LFS 6.3

2007-10-05 Thread Ken Moffat
On Fri, Oct 05, 2007 at 01:01:31PM -0300, Elias Zoby wrote: > > On chapter 6.7. Linux-2.6.22.5 API Headers, I have the error below. > > root:/sources/linux-2.6.22.5# sed -i '/scsi/d' include/Kbuild > root:/sources/linux-2.6.22.5# make mrproper > /sources/linux-2.6.22.5/scripts/gcc-version.sh: lin

Re: Live 6.3 r2032 & ncurses fails - Cannot link with

2007-10-05 Thread Dan Nicholson
On 10/5/07, EJBoshinski <[EMAIL PROTECTED]> wrote: > >> > >>If that doesn't have /tools, then the gcc-pass2 build was definitely borked. > > > >That is exactly what is happening. gcc -dumpspecs responds with: > > > />lib/ld-linux.so.2 > > > >However, at the end of gcc-pass2, > > > >$echo 'main(){}

Chapter 6.7, LFS 6.3

2007-10-05 Thread Elias Zoby
Dear unknown My native language is Portuguese. So, sorry mistakes on language. Slackware 10.2, kernel 2.6.13, building LFS 6.3 on a dedicated partition hdb8, with reiserfs. I have deleted $LFS/sources/linux-2.6.22.5 after chapter 5.5. Linux-2.6.22.5 API Headers. On chapter 5.11. GCC-4.1.2 - P

Re: Live 6.3 r2032 & ncurses fails - Cannot link with G

2007-10-05 Thread EJBoshinski
>> >>If that doesn't have /tools, then the gcc-pass2 build was definitely borked. >> >>-- >>Dan >>-- > >That is exactly what is happening. gcc -dumpspecs responds with: > />lib/ld-linux.so.2 > >However, at the end of gcc-pass2, > >$echo 'main(){}' > dummy.c >$cc dummy.c >$readelf -l a.out | grep