Bug#697127: bits/c++config.h' file not found
Mathieu Malaterre
malat at debian.org
Tue Jan 15 10:20:41 UTC 2013
reopen 697127
notfixed 697127 clang/3.2-1~exp4
found 697127 3.2-1~exp4
thanks
Same issue, wrong path is used 386 vs 486:
$ clang++ -o plop bla.cxx
In file included from bla.cxx: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.
While:
$ dpkg -L libstdc++6-4.7-dev | grep c++con
/usr/include/i386-linux-gnu/c++/4.7/bits/c++config.h
With:
$ apt-cache policy clang libstdc++6-4.7-dev
clang:
Installed: 3.2-1~exp4
Candidate: 3.2-1~exp4
Version table:
*** 3.2-1~exp4 0
1 http://ftp.fr.debian.org/debian/ experimental/main i386 Packages
100 /var/lib/dpkg/status
3.1-8 0
500 http://ftp.fr.debian.org/debian/ sid/main i386 Packages
libstdc++6-4.7-dev:
Installed: 4.7.2-18
Candidate: 4.7.2-18
Version table:
*** 4.7.2-18 0
1 http://ftp.fr.debian.org/debian/ experimental/main i386 Packages
100 /var/lib/dpkg/status
4.7.2-5 0
500 http://ftp.fr.debian.org/debian/ sid/main i386 Packages
Thanks
More information about the Pkg-llvm-team
mailing list