Package: gcc-4.7
Version: 4.7.3-3
Severity: important

The g++ compiler in 32-bit pass on kfreebsd-amd64 cannot
find it's include files. They exist in
/usr/include/x86_64-kfreebsd-gnu/c++/4.7/32/bits/c++config.h

It breaks at least testsuite of eglibc (leads into FTBFS).
The wheezy version is fine.

bsd:$ cat a.cc
#include <cstdio>

bsd:$ g++ a.cc -m32
In file included from a.cc:1:0:
/usr/include/c++/4.7/cstdio:43:28: fatal error: bits/c++config.h: No such file or directory
compilation terminated.


Petr


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to