------- Comment #2 from v dot merkatz at gmx dot net 2006-03-03 08:19 ------- Created an attachment (id=10959) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10959&action=view) patch working around the problem
This patch to libcpp/Makefile.in shows what's causing the error. The included dependencies contain /usr/lib/gcc/i686-pc-linux-gnu/4.0.2/include/stdarg.h (from the bootstrap compiler), which got removed before make install was called. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539