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

2013-01-05 Thread Sylvestre Ledru
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 > ^ > 1 error generat

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

2013-01-03 Thread Sylvestre Ledru
On 01/01/2013 17:47, Hans Joachim Desserud wrote: > > Package: clang > Version: 3.2-1~exp1 > Severity: important > > Dear Maintainer, > I seem to be unable to compile anything with clang++ version 3.2 from > experimental. For instance: What is your version of libstdc++6 ? Thanks S -- To UNSU

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

2013-01-01 Thread Hans Joachim Desserud
Package: clang Version: 3.2-1~exp1 Severity: important Dear Maintainer, I seem to be unable to compile anything with clang++ version 3.2 from experimental. For instance: $ cat hello.cpp #include using namespace std; main() { cout << "hello world"; } $ g++ hello.cpp $ clang++ hello.cpp In