On 10/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I kinda messed up after trying the first part in 6.10. Re-adjusting the
toolchain.

w00t:/LFS# ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld
create symbolic link `/tools/i486-linux/bin/ld' to `/tools/bin/ld'
ln: creating symbolic link `/tools/i486-linux/bin/ld' to `/tools/bin/ld':
No such file or directory
w00t:/LFS# ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld
create symbolic link `/tools/i486-linux/bin/ld' to `/tools/bin/ld'
ln: creating symbolic link `/tools/i486-linux/bin/ld' to `/tools/bin/ld':
No such file or directory

Since I didnt have the i486-linux I changed the $(gcc -dumpmachine) to
i686-linux which I have, but in this process I accidently cp -v over the
ld in /tools/bin/ld and /tools/i686-linux/bin/ld.

It seems like you're probably using the host's gcc since I think the
one you built should say i686 unless you manually hacked it. Is
/tools/bin at the beginning of your PATH? What's the output from
/tools/bin/gcc -dumpmachine?

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