Hi Jens,

Tks for your advice.

> And *do* check the results of the sed/perl/whatever
> adjustments
> to the spec files manually. 

Please advise in more detail how to make it.  Tks.

Re ran sanity check
[EMAIL PROTECTED] ~]# su - lfs
lfs:~$ echo 'main(){}' > dummy.c
lfs:~$ cc dummy.c
lfs:~$ readelf -l a.out | grep ': /tools'
      [Requesting program interpreter:
/tools/lib/ld-linux.so.2]
lfs:~$ rm dummy.c a.out
lfs:~$
lfs:~$ gcc -print-prog-name=ld
/mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld

Re:
5.3.1. Installation of Binutils
Next, prepare the linker for the “Adjusting” phase
later on:

I have run following steps;
lfs:/mnt/lfs/sources/binutils-build$ make -C ld clean
lfs:/mnt/lfs/sources/binutils-build$ make -C ld
LIB_PATH=/tools/lib


I have full Notes taking down all steps performed
during building LFS 6.1.  I'm now checking the said
Notes against LFS 6.1 book.

B.R.
Stephen

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to