On 2/2/07, Aleksandar Adam <[EMAIL PROTECTED]> wrote:
> > From: "Ken Moffat" <[EMAIL PROTECTED]>
>
> >did you run the sanity check in the 'Caution' box
> > of section 5.7 ?
>
> As I can remember it worked well, I have tried one more time and got the 
> correct result:
>
> [Requesting program interpreter: /tools/lib/ld-linux.so.2]

This means that now you're compiling programs that will use the
dynamic linker in /tools, but you might not have been doing this the
whole time in Ch. 5 (like Kens says).

What's the output of

$ readelf -l /tools/bin/make | grep ld-linux

It should be
      [Requesting program interpreter: /tools/lib/ld-linux.so.2]

--
Dan
-- 
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