On 01/01/2013 17:47, Hans Joachim Desserud wrote: > > $ clang++ hello.cpp > In file included from hello.cpp:1: > /usr/bin/../lib/gcc/i486-linux-gnu/4.7/../../../../include/c++/4.7/iostream:38:10: > fatal error: > 'bits/c++config.h' file not found > #include <bits/c++config.h> > ^ > 1 error generated. what is the result of: clang++ -v hello.cpp ?
It works with amd64. I guess it is a path detection issue under i386. Thanks Sylvestre -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

