On Fri, 2006-08-18 at 19:53 -0700, Dan Nicholson wrote: > On 8/18/06, Scott Castaline <[EMAIL PROTECTED]> wrote: > > > > all packages built and installed between 1st adjust and gcc 2nd pass are > > ok they reflect the correct /tools/lib/ld-linux.so.2, only gcc is wrong. > > By removing the source files for gcc did I remove something needed in > > the 2nd pass of the gcc build process. The book does say in the > > beginning that at the start of ch6 you should start with new source for > > packages used in ch5. What I had done was wipe out the sources for gcc > > and binutils for the 2nd pass in ch5. If that does wipe out something > > that stays for pass 2 then I guess it's back to 5.1. Should I have just > > destroyed the 1st pass build subdirs and rebuilt on 2nd pass? > > No. Always delete the source and build directories unless you're > specifically told to keep one or the other. In fact, trying to keep > the same source directory for gcc-pass1 and -pass2 would be a very bad > thing. There are certain patches and adjustments done to the source in > -pass2 that would ruin your build if you didn't make them. > > This is a rule of thumb for all building from source. Always start out > with a freshly unpacked tree unless there is a good reason not to. > Then you know exactly what state the files are in before you start > patching/configuring/compiling/etc. > > -- > Dan
Finally got lfs-6.2 running on my box. I originally had a problem booting. I am using the GRUB that was originally installed on my 1st drive by Ubuntu so all I had to do was add to the existing menu.lst in /boot/grub in my Ubuntu install. I at first had an issue with typos on the root device and then it would not find the kernel in /boot until I changed the kernel statement from what was in the book, "/boot/lfskernel-2.6.16.27 root=/dev/sdb3" to "/lfskernel-2.6.16.27 root=/dev/sdb3". I had made a separate partition for boot. Now the only problem that I'm aware of is my delete key doesn't work, although I think I may have fixed it just haven't had time to boot lfs to check it. Thanks for your help. -- Scott Castaline aka Bad2theBone Hey! I was born crazy, what's your excuse? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page