[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#707957: g++-4.7 -m32 cannot find include files on kfreebsd-amd64



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


Reply to: