On Mon, 2018-04-02 at 17:15 +0100, Oleksandr Rudyy wrote:
> Hi Andrew,
> 
> In Red Hat Enterprise Linux Server release 7.3 I found file
> /usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h which was
> installed as part of libstdc++-devel.
> 
> rpm -qf /usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h
> libstdc++-devel-4.8.5-16.el7_4.2.i686
> 
> ' /usr/include/c++/4.8.2/cstddef' was installed as part of the same
> package
> 
> rpm -qf /usr/include/c++/4.8.2/cstddef
> libstdc++-devel-4.8.5-16.el7_4.2.i686

Are you compiling for 32 or 64 bits? 

That header file is for 32 bits, but it looks like your compile line is
for 64 bits.

You probably need the package libstdc++-devel-4.8.5-16.el7_4.2.x86_64

Andrew


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to