Clemens HAUPT wrote:

Am Wednesday 11 January 2006 19:30 schrieb Clemens HAUPT :
Hi everybody!
Hi there :)

Now, the only problem seems to be:
"readelf -l a.out | grepp ': /tools'"
Nothing as output, no "[Requesting program interpreter:
                        /tools/lib/ld-linux.so.2]"
:-(
If that's the actual command you used, then there's a typo: "grepp" should be "grep". Wonder why you didn't get any error message stating "command not found".

If it still don't give the correct output, you could do

"readelf -l a.out | grep ': /ld-linux.so.2'"

to check where it's actually linked to. If that's me, and it don't give the correct output according to the instructions in LFS, I would definately start over again, and double check everything I've done..

So let's hope it's just the typo ;)

Good luck!

Tor Olav Stava
--
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