Dan Nicholson wrote: > And another. We're trying to make a symbolic link at > /tools/$MACHTYPE/bin/ld, but a file already exists there. It seems > we'd need to add -f to the ln statement: > > ln -svf /tools/bin/ld /tools/${MACHTYPE}/bin/ld > > or it'll fail with a File exists error.
Look at the rendered commands, here: http://www.linuxfromscratch.org/~jhuntwork/lfs-trunk/chapter06/readjusting.html We're covered, because I do this first: mv -v /tools/$MACHTYPE/bin/{ld,ld-old} -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page