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]
Other format: [Raw text]

Re: -isystem /usr/include - a bad idea? System header files not found


On Wed, Oct 29, 2008 at 05:00:22PM +0100, Jens Seidel wrote:
> $ cat test.cpp
> #include <cstdlib>
> 
> $ g++ -c -isystem /usr/include test.cpp
> In file included from test.cpp:1:
> /usr/include/c++/4.3/cstdlib:73:25: error: stdlib.h: No such file or directory
> ...

I opened http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38000 for this bug.

Jens


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