Bob Newell wrote: > I am trying to build my LFS 6.2, and I am currently in > section 5.4.1 (building GCC). So far I havent > deviated from the book other than the mount point of > my LFS sources. When I got to the "make install" > command, here is what I get > > [EMAIL PROTECTED]:/media/hdc2/sources/gcc-build$ make > install > /bin/sh ../gcc-4.0.3/mkinstalldirs /tool /tool > mkdir -p -- /tool /tool > mkdir: cannot create directory `/tool': Permission > denied > mkdir: cannot create directory `/tool': Permission > denied > make: *** [installdirs] Error 1 > > I can't find anything in the FAQ or mailing list > archives. Thanks in advance for your help. > > Bob Newell
According to the error message it is trying to install to "/tool", when it should be "/tools". Assuming this is an accurate copy-and-paste of the error, then you must have specified the wrong directory with ./configure. You'll need to remove the GCC source and build directories and recompile. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page