On 26/10/2019 08:15, capnhawkbill wrote: > On 19/10/25 12:59pm, Bruce Dubbs wrote: >> >> What package are you building? Some things to consider: > I'm trying to build GCC.
the question was : chapter 5 GCC pass 1, chapter 5 GCC pass 2, or chapter 6 GCC? > >> 1. Is the output of the Host System Requirements OK? >> 2. Are you strictly following the build process: > > The output of version-check.sh is here and I think it is correct. Looks OK indeed > >> For each package: >> >> a. Using the tar program, extract the package to be built. In Chapter >> 5, ensure you are the lfs user when extracting the package. >> 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 unless instructed otherwise. >> >> Specifically, are you deleting the extracted source directory after each >> package is completed. > I followed the instructions twice and I did all this. Every time I > compiled somthing I went back to these instructions. Good! Are you pasting from the pdf book or from the html version (if so with which browser?). > > Thanks for your help! > If in GCC pass 2, one of the most likely reason for the error you see is that some lines in the configure run are not pasted correctly, specifically regarding the \<end-of-line> characters. Since we use --disable-bootstrap, we should not have a "prev-gcc" directory, and we should not be using xgccc. Can you check from config.log that --disable-bootstrap was passed to configure? Pierre -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
