- 1. Prerequisites View and Discuss Skills and stuff you'll need later
- 2. Downloads View and Discuss Scripts and sources
- 3. Troubleshooting View and Discuss When a package build fails
- 4. Hole Hawg View and Discuss A Neal Stephenson Essay
- 5. Windows Environment Set-Up View and Discuss Using MinGW/MSYS, GnuWin32, Cygwin, and Visual C++ 2010 Express
- 6. Build Environment Set-Up View and Discuss Making a nest for CLFS
- 7. Git View and Discuss And an overview of the Generic 6 Step Build Process
- 8. Backing Up View and Discuss Using Git Version Control and other strategies
- 9. RPM View and Discuss Redhat Package Manager
- 10. Build your book View and Discuss Make your own CLFS e-book, with source right from the publisher!
- 11. Chapter 5: Make the Cross Compile Tools View and Discuss Starting on page 27 of the CLFS book
- 12. Chapters 6 through 8: Building the Basics View and Discuss Start on CLFS Book page 47
- 13. Chapters 9 through 10: Creating the CLFS system View and Discuss Start on CLFS Book page 107
- 14. Finalizing the Core OS View and Discuss Putting the finishing touches on (branch off page 225)
- 15. X Windows View and Discuss Graphics!
- 16. Window Manager View and Discuss KDE, Gnome, or Cholesterol Free - your choice!
- 17. Community Based Linux From Scratch View and Discuss Going above and beyond
posted message: Tried going through the information here and at CLFS. I'm stuck at extracting the include files from Linux headers. Using mingw and msys. URL in linux-headers.spec listed in tutorial doesn't seem up-to-date. Downloaded from https://www.kernel.org/ as per CLFS. make mrproper causes several errors. Anyone been able to successfully do this step with MinGW? If so, how did you accomplish it? Thanks.
17 Mar 2014
via
courses.p2pu.org
posted message: While Building automake package i am facing following issues in the form of error :
checking build system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/bin/perl
checking whether /usr/bin/perl supports ithreads... yes
checking for tex... tex
checking whether autoconf is installed... yes
checking whether autoconf works... no
configure: error: The installed version of autoconf does not work.
Please check config.log for error messages before this one.
06 Jan 2014
via
courses.p2pu.org