On 10/5/18 1:55 AM, Michael Shell via blfs-support wrote:
On Thu, 4 Oct 2018 22:03:45 -0400
Michael Shell via blfs-support<blfs-support@lists.linuxfromscratch.org>  wrote:

On your system, run these commands:
After helping Alex some more, these commands reveal info we need from
your system:


echo $CPLUS_INCLUDE_PATH
echo $C_INCLUDE_PATH
echo $CPATH
`gcc -print-prog-name=cc1plus` -v
`gcc -print-prog-name=cc1` -v
find /usr -name "stdlib.h"


You will have to press ctrl-C after the gcc lines to regain the
command prompt.


   Cheers,

   Mike


It appears setting the new variables didn't fix the problem.  I hope I've followed your and Ken's guidance correctly. Again, I should mention Poppler was the only problem package and the older version works well, but it would be nice to know what I've done wrong.  So ...

echo $CPLUS_INCLUDE_PATH - /usr/include
echo $C_INCLUDE_PATH - /usr/include
echo $CPATH - nothing returned

------------------------------

`gcc -print-prog-name-cc1plus` -v

ignoring nonexistent directory 
"/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/include"
ignoring duplicate directory "/usr/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/include
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../include/c++/8.2.0
 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../include/c++/8.2.0/x86_64-pc-linux-gnu
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../include/c++/8.2.0/backward
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include
 /usr/local/include
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include-fixed
-----------------------------------------------------

`gcc -print-prog-name=cc1` -v

ignoring nonexistent directory 
"/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/include"
ignoring duplicate directory "/usr/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/include
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include
 /usr/local/include
 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include-fixed
-----------------------------------------------------

find /usr -name "stdlib.h

/usr/include/bits/stdlib.h
/usr/include/c++/8.2.0/stdlib.h
/usr/include/c++/8.2.0/tr1/stdlib.h
/usr/include/stdlib.h
---------------------

        
        
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to