On 8/5/07, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote: > Jeremy Huntwork wrote: > > It should be created... Look at the binutils Makefile, the end of pass1. > > > Yes, the "ln -s lib /tools/lib64" command does appear in the log, but I > am afraid it doesn't do the right thing. I end up with the lib -> lib > symlink in the lib directory (but this is already with my "fix" - should > I undo it and retry?). Maybe the command is executed too late (but why? > I don't see any mentioning of lib64 before that in the log), or "ln > -nsf" is needed.
I'd suggest always using -n when making directory symlinks. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
