Bug#697127: clang: Clang++ 3.2 fails to compile anything ('bits/c++config.h' file not found)

Sylvestre Ledru sylvestre at debian.org
Sat Jan 5 09:01:37 UTC 2013


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



More information about the Pkg-llvm-team mailing list