On Sun, 2021-02-07 at 01:18 -0600, p...@kemascraft.com wrote: > I'm working through the LFS 10.0 book. I got the error: " fatal > error: bits/c+ > +config.h: No such file or directory". The file exist. I'm at > 8.6.1. Installation of DejaGNU. and ran the "make check." command. > I'm trying > to install with the "User Based Management " Package Management > system. > Goggle didn't help much. i found a suggestion to "export > CPLUS_INCLUDE_PATH=/ > usr/include/", but no luck. any help would be appreciated.
Hard to say anything without a more detailed error message (what does it say just above, what was the command that failed, not the one you ran, but the one that "make" ran, etc). Using CPLUS_INCLUDE_PATH (or any include path) pointing to /usr/include is dangerous, because it changes the order of the include directories. This order is important when using the #include_next directive, which happens in several packages. 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