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