Date: Sat, 25 Jul 1998 12:14:49 +0200 (WET) From: Andris Pavenis To: "David A. Scott" cc: djgpp AT delorie DOT com Subject: Re: HELP G77 and INFO In-Reply-To: <6pb2pp$eat$1@news.ysu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 24 Jul 1998, David A. Scott wrote: > > I have 2 main problems. > 1) I decided to try using the Fortran compiler that is > at the DJGPP site but it gives a strange error message > that GCC does not know Fortran or something like that > do I need to download other files or what. I like the > C it works great just thought I would try other languages > for fun. g770523b.zip contains replacement of gcc.exe which can be used to compile Fortran files (it calls f771.exe for this). You can also use g77.exe for this. gcc281b.zip contains gcc.exe that is compiled without Fortran support. examples: gcc -c foo.f gcc foo.f -lg2c -lm -o foo.exe g77 foo.f -o foo.exe The 2nd and 3th lines are equivalent. NOTE: g770523b.zip should be installed AFTER gcc281b.zip > > 2) how does one add other files in to INFO the g77 stuff > is there but INFO does not see it. What is the way to > add to it. So that it is in main menu and can be followed > like the other topics in INFO. > Perhaps g77.inf is not mentioned in $DJDIR/info/dir. You normally see only those info files that are mentioned there.