On 4/27/07, Gopa Kumar <[EMAIL PROTECTED]> wrote:
> Hi,
> In section 6.10. Re-adjusting the Toolchain,
> mv -v /tools/bin/{ld,ld-old}
> outputs an error saying that ld do not exist. It is
> true that in /tools/bin instaed of ld ld-old and
> ld-new are present. What is to be done ???
> Similarly, for
you probably moved /tools/bin/ld already to /tools/bin/ld-old
Just a line later, ld-new is moved to ld and everything is fine.
> mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
> gets the following message
> cannot stat '/tools/i486-linux-gnu/bin/ld no such file
> or directory.
> I wonder how i486-linux-gnu suddenly appeared ?
> Can somebody help ?
> With Regards,
> Gopa Kumar
when you enter gcc -dumpmachine on the command line, it will return
i486-linux-gnu for you. It returns i686-pc-linux-gnu for me. That's
all fine, but also here you have probably already moved the ld binary.
Tijnema
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page