This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug libstdc++/36505] C++ includes do not work



------- Comment #4 from bkoz at gcc dot gnu dot org  2008-07-10 01:24 -------

This is pretty suspicious, in that C++ on x86/linux for the 4.3.1 release is
well-trod territory and if stdlib.h was missing, many other people would be
seeing this too.

That leads me to think that this is probably some oddity in your configure or
setup of your source/build dirs, or NFS issues, or something like that.

>From your report: 

Configured with: /home/pa01/ws/syde/MAIN/ext/src/gcc-4.3.1/configure
--prefix=/home/pa01/ws/syde/MAIN/ext

I'm not quite sure what's up here, but one thing you could try is to
double-check the setup of your source, build, and install directories. (It
looks like you install into an enclosing directory for the sources.)

Something like:

/home/pa01/ws/syde/MAIN/ext/src/gcc-4.3.1
/home/pa01/ws/syde/MAIN/ext/bld/gcc-4.3.1
/home/pa01/ws/syde/MAIN/ext/installed/gcc-4.3.1

is a more typical setup.

best,
benjamin


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36505


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