This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Missing c++config.h


Hi,

I am using:
gcc version 2.97 20010115 (experimental)  

which I obtained from http://www.codesourcery.com/gcc-snapshots/
as a compiled RPM file.  
I am running this RPM under Redhat 7.0 Linux (Intel).

If I try to compile a simple C++ program, such as:

#include <string>

int main(int, char **) {   return 0 };

I get the following error:

In file included from
/usr/local/include/g++-v3/bits/std_cstdlib.h:39:28: bits/c++config.h:
                                                 No such file or directory

The c++config.h file is missing.

Where can I get it from?

Thanks.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]