On Wed, 10 Aug 2011 15:28:02 -0500 60lpsdf250 <[email protected]> wrote:
> Dear All, > > I am following Linux From Scratch-Version 6.8. I am installing LFS on > a Dell D620 with 2 GB memory, 500 GB harddisk, and using Ubuntu 10.10 > on a thumb drive. > > I made it through 5.5: GCC-4.5.2 - Pass 1 with no errors (although it > took a while, noob here). I read the next part, 5.6. Linux-2.637 API > Headers, and entered "make mrproper" and it failed. The book doesn't > elaborate on what to do except to enter this command. The book explains what to do here: http://www.linuxfromscratch.org/lfs/view/6.8/chapter05/generalinstructions.html For each package: a. Using the tar program, extract the package to be built. b. Change to the directory created when the package was extracted. c. Follow the book's instructions for building the package. d. Change back to the sources directory. e. Delete the extracted source directory and any <package>-build directories that were created in the build process. > I Googled the "make mrproper" error ("make: *** No rule to make target > `mrproper'. Stop.") and found this: > > tar -xjf linux-2.6.27.4.tar.bz2 > cd linux2.6.27.4 > make mrproper Looks like a plan. Give it a go. > My questions are: 1) should the 5.6. Linux-2.637 API Headers package > be built before Glibc/after GCC? Just do things in the order described in the book. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
