Fortran bootstrap failure on freebsd2.2.6

Manfred Hollstein manfred@s-direktnet.de
Mon Jun 22 03:13:00 GMT 1998


On Mon, 22 June 1998, 00:26:57, burley@gnu.org wrote:

 > >There's also the problem of installing Fortran .info files, which we
 > >have briefly discussed some time ago, even when Fortran is not being
 > >bootstrapped/installed at all.
 > >
 > >I would like to see also this one fixed (be)for(e) 1.1.
 > 
 > I believe the patches I submitted this past week should fix that.
 > IIRC, the report of this problem here stimulated my fixing it
 > in g77 0.5.23 (based on gcc 2.8), though it has taken until very
 > recently for the relevant patches to make their way back to egcs.
 > 
 > So, if egcs-g77 still installs its .info files even when $(LANGUAGES)
 > does not contain "[fF]77", I'd say that's a bug.  Probably a missing
 > patch that I can dig up easily enough.  But perhaps just installed
 > after the 1998-06-15 snapshot, so try the next one.

  Current CVS sources do _NOT_ installed any g77.info* files if
$(LANGUAGES) doesn't include "[fF]77"!

  Unfortunately, `make info LANGUAGES="c c++ gcov proto"' still
_builds_ the g77.info* files. The reason for this is, "LANGUAGES" is
passed down via EXTRA_GCC_FLAGS, which is not used by the toplevel
Makefile.in when running the do-*info stuff. BTW, this caused the
mega-thread with my problem not getting the Fortran related include
files out of CVS; I'm not actually using/building g77.

manfred



More information about the Gcc-bugs mailing list