On 8/18/06, Scott Castaline <[EMAIL PROTECTED]> wrote:

I'm not sure but I think I found it in
$LFS/tools/lib/gcc/i686-pc-linux-gnu/4.0.3

On viewing it I found this:

*dynamic_linker:
/tools/lib/ld-linux.so.2

This is just before a section called *Link_command: towards the end. As
I'm using the LiveCD 6.2, I have to reboot from CD to get back or boot
from hard drive to get here so, I anxiously wait for an answer.

That's it. Also, look in the command block in the book.

SPECFILE=`dirname $(gcc -print-libgcc-file-name)`/specs &&
gcc -dumpspecs > $SPECFILE &&
sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' $SPECFILE > tempspecfile &&
mv -vf tempspecfile $SPECFILE &&
unset SPECFILE

The first command finds the spec file. Do `echo $SPECFILE'.

Also, the LiveCD has full network support. I don't use it that much,
but there should be documentation there to get set up. You may want to
copy down your IP address, etc.

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