This is the mail archive of the gcc@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]

Re: make install is broken on powerpc-darwin starting with a 3.3 compiler


Daniel Jacobowitz <drow@false.org> writes:

| On Fri, Dec 16, 2005 at 10:05:06AM +0100, Paolo Bonzini wrote:
| > Andrew Pinski wrote:
| > 
| > >doing the following
| > >$(srcdir)/configure --prefix=${HOME}/libobjc.trunk 
| > >--enable-languages=c,objc
| > >make all
| > >make -k check
| > >make install
| > 
| > Why is it recompiling libcpp?  That's the real bug.
| > 
| > Please open a PR because the discussion really belongs in Bugzilla.
| 
| Whyever something is being recompiled, relying on it not to be is too
| fragile; the libcpp Makefile has install: all, so make is going to go
| and recheck everything anyway.  It uses automake dependency generation
| so maybe it's the headers in the gcc directory, or something like that.
| 
| The real question in my mind is why it's using the system compiler.

still it is a bit surprising to me that each time I say "make
install", libcpp is recompiled.  It seems to be the only GCC component
behaving that way...

-- Gaby


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