$reeHari wrote: > hi , > i've just started my lfs adventure , but unfortunately got a problem right > from the start . i'm following lfs book version 6.3 . I'm on chapter 5.3.1 - > installation of binutils . I first installed binutils and it was okey . > after that when i try recompile ld with LIB_PATH=/tools/lib , i get error . > help me on this guys .. i use ubuntu 10.04 (if dat can be of ny help ) . > but in version 6.6 of the book , the ld is not recompiled as i see it . > isn't it necessary to change the library search path ? > I tried the following and i got error > > make -C ld clean > make -C ld LIB_PATH=/tools/lib > > this is the error i get : > > make: Entering directory > `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld'
There are several issues here. First, virtually nobody remembers details from lfs 6.3. That was released in 2007. The current version is 6.6. Second, you are building on /home/jacsparrow/LINUX_FROM_SCRATCH/sources/, but that will cause you problems when you get to Chapter 6. You will not be able to access the sources when you chroot to /mnt/lfs/. Put the sources in /mnt/lfs/sources and build from there. Third, make sure you've got all the packages you need as specified in the Host System Requirements. There are several changes needed in most Ubuntu systems. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page