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

2005-12-16 Thread Gabriel Dos Reis
Daniel Jacobowitz <[EMAIL PROTECTED]> 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 i

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

2005-12-16 Thread Gabriel Dos Reis
Paolo Bonzini <[EMAIL PROTECTED]> writes: | 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. I observed that

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

2005-12-16 Thread Daniel Jacobowitz
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. >

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

2005-12-16 Thread Paolo Bonzini
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. Paolo