This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: gfortran.info installation?
- From: Paul Brook <paul at codesourcery dot com>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>,fortran at gcc dot gnu dot org
- Date: Sun, 8 Feb 2004 22:13:15 +0000
- Subject: Re: gfortran.info installation?
- Organization: CodeSourcery
- References: <20040208212626.GA40014@troutmask.apl.washington.edu>
On Sunday 08 February 2004 9:26 pm, Steve Kargl wrote:
> I noticed that gfortran.info is not currently installed.
> Is there a reason for this omission? Yes, I know gfortran.info
> is woefully under developed.
It is a bug.
I think the way this works was changed recently so that the generated .info
files go in the build dir, not the source dir by default. I guess gfortran
got missed, and doesn't work any more. IIRC those bits of Make-lang.in were
copied from either g++ (cp/Make-lang.in) or g77 (f/make-lang.in).
Paul