On 1/12/06, Tor Olav Stava <[EMAIL PROTECTED]> wrote: > If it still don't give the correct output, you could do > > "readelf -l a.out | grep ': /ld-linux.so.2'"
Please don't do this. In no case will there be a file called /ld-linux.so.2. What he means is "... grep ': /lib/ld-linux.so.2'". Anyway if there was no output from "... grep ': /tools/ld-linux.so.2'", then something's wrong. Sounds like binutils got screwed up. Hint: If a command fails ( like make -C ld install ), don't just type it again. Figure out why there's an error before you blindly move on. Chances are, it will come back to haunt you later. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
