On Mon, 16 Jan 2006 19:45:27 +0100, <[EMAIL PROTECTED]> wrote: > I am building an LFS system as my Project > assignment.But while building packages ,following > errors encounterd.please help if anyone can solve this > problem-
Next time, please ask questions like this one on lfs-support. > -while building 'Binutils pass 1' in chapter 5- > > -when i run command 'make installÂ’, following > errors occurred - > > mkdir: cannot create directory `.am9270': > Permission denied > ../../../binutils-2.15.91.0.2/gas/doc/as.info: > Permission denied Check the ownership and permissions for the binutils-2.15.91.0.2 directory. The "lfs" user (or whatever unprivileged user you build LFS with) should have write access to this directory and all of its subdirectories. > -Should i proceed installation as 'root'. No, you really shouldn't. If you build LFS as root, then one single mistake could ruin your system. Tim -- http://linuxfromscratch.org/mailman/listinfo/lfs-chat FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
