This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: header installation failure
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- Cc: David Edelsohn <dje at watson dot ibm dot com>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Tue, 29 Apr 2008 13:58:20 -0500
- Subject: Re: header installation failure
- References: <200804261621.m3QGLaic028638@makai.watson.ibm.com> <20080429181046.GE26023@ins.uni-bonn.de>
> Proposed patch. OK for trunk?
This is fine, thanks.
However, there is still something worrisome here, in that libstdc++
configure is assuming libgcc/libgomp are configured/built before it,
but there are no explicit build deps that enforce this.
-benjamin