This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/26539] make install fails in libcpp if bootstrap compiler got removed



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]