[blfs-support] g++ (when including c++ standard headers) is not able to find c standard headers

2020-07-16 Thread Rielynd Mira via blfs-support
Hi there, found something extremely weird yesterday. When trying to build C++ programs/files, I sometimes get errors like that: /usr/include/c++/10.1.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory75 | #include_next  That just appears to happen when including something like ; if

Re: [blfs-support] g++ (when including c++ standard headers) is not able to find c standard headers

2020-07-16 Thread Ken Moffat via blfs-support
On Thu, Jul 16, 2020 at 09:00:19AM +0200, Rielynd Mira via blfs-support wrote: >Hi there, found something extremely weird yesterday. >  >When trying to build C++ programs/files, I sometimes get errors like that: >  >/usr/include/c++/10.1.0/cstdlib:75:15: fatal error: stdlib.h: