Am 12.05.2013 12:39, schrieb Petr Salinger: > 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.
please find out why, -v shows you the directories searched. amd64 seems to be correct about the search path. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

