On 4/27/06, Angel Tsankov <[EMAIL PROTECTED]> wrote: > > make -C ld INSTALL=/tools/bin/install install > command does not get executed properly, as the "binutils-build/Makefile" > contains paths that do not exist in the chroot environment. > All these are absolute paths beginning with /mnt/lfs. Since this is the root > of the chroot'ed environment it does not exist in it.
I've never heard of people having this problem before. Are the paths (with /mnt/lfs) included in binutils-build/ld/Makefile as well? > As far as I understand the note in section 6.12, I have the choice to skip > the above command, or ... probably, exit the chroot, > execute the command, and then reenter the chroot. Which option should I > select? Don't skip the command unless you really need to. You could probably run the command from outside the chroot. Or, you could just strip off the /mnt/lfs prefixes that are causing you problems. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
