On Monday 06 July 2009 07:31:58 Rajinder Yadav wrote: > make -C ld clean > make -C ld LIB_PATH=/usr/lib:/lib > cp -v ld/ld-new /tools/bin
The 2nd and 3rd command creates /tools/bin/ld-new After doing that: /tools/bin/ld uses /tools/lib for linking /tools/bin/ld-new uses /usr/lib:/lib for linking If you didn't do so, you will need to install binutils 2 times in chapter 6: 0. original /tools/bin/ld uses /tools/lib for linking. 1. create a /usr/bin/ld that uses /usr/lib:/lib for linking but itself still linked to /tools/lib/* 2. create a /usr/bin/ld that uses /usr/lib:/lib for linking and itself linked to /lib/*
signature.asc
Description: This is a digitally signed message part.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
