This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
> > >Now back to the g77 problem. Do you know why people have problem with > >intdoc.texi in g77? It is not a new problem. BTW, I have fed up with > >it and fixed it in egcs 1.1.2/Linux. Here is my ChangeLog entry: > > > >Thu Feb 18 09:06:23 1999 H.J. Lu (hjl@gnu.org) > > > > * Makefile.in (f77.start.encap): Add $(srcdir)/f/intdoc.texi. > > > >It may not be the best fix. But it works for me. > > I can't find anything about what start.encap does, except for a > one-liner in gcc/Makefile.in, which I interpret to mean the > above change is rather inappropriate. > The deal is $(srcdir)/f/intdoc.texi has to be updated before you do "make install". I don't have the time to find the best way to do it. I chose it after several tries. As I said, it works for me. That is all I care. H.J.