Bootstrap make -- tries to compile c++ too soon

Donn Terry donnte@microsoft.com
Tue May 30 12:53:00 GMT 2000


I presume by now you've seen the subsequent discussion
and resolution on the topic.

Donn

> -----Original Message-----
> From: H . J . Lu [ mailto:hjl@lucon.org ]
> Sent: Monday, May 29, 2000 10:04 PM
> To: Donn Terry
> Cc: gcc-bugs@gcc.gnu.org
> Subject: Re: Bootstrap make -- tries to compile c++ too soon
> 
> 
> On Thu, May 25, 2000 at 11:04:04PM -0700, Donn Terry wrote:
> > The change by HJL on 5/20 to cp/Make-lang.in causes c++ to be made
> > too soon (even with LANGUAGES=c  (only)).  In my case, the compiler
> > options used for C++ are incompatible with the bootstrap 
> compiler, and
> > this change introduces a dependency on the C++ compiler actually
> > having been built.  The rule body clearly is testing for 
> whether LANGUAGES
> > intends to include C++, but the dependency is too strong.
> >  
> 
> Could you please send me your build log? I looked at mine. cc1plus
> was not built in the stage1 at all. I was wondering what I missed.
> 
> 
> H.J.
> 


More information about the Gcc-bugs mailing list