From: st63z AT jetson DOT uh DOT edu (Paul) Newsgroups: comp.os.msdos.djgpp,gnu.gcc.help Subject: G77 (Fortran) w/ GCC/DJGPP in DOS? Date: Wed, 16 Oct 1996 01:56:11 GMT Organization: University of Houston Lines: 23 Message-ID: <32653c81.23692733@news.uh.edu> Reply-To: st63z AT bayou DOT uh DOT edu NNTP-Posting-Host: sip-14189.public-dialups.uh.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, I'm trying to get a reasonably complete Fortran-77 compiler for my beginner's class, and I wanted to try GNU Fortran (G77) 5.18 with GNU CC (GCC) 2.7.2.1. As I understand it I'm supposed to "merge" the G77 source distribution (~7MB file?) with the GCC source (~28MB file) and then compile the resulting file. But of course GCC only compiles under itself in DOS (learned the hard way, after trying to compile these source files under my Borland C++ 5.01) -- so I had to get DJGPP v2. So, does G77 run off DJGPP? Or, I guess the way to do it is to just use DJGPP to compile the merged GCC + G77, right? And then after that I can just run the binary GCC directly without messing w/ DJGPP? Or does this make sense at all (I may not have grasped this whole concept yet)... BTW, is there a G77-dedicated newsgroup? Thanks for any help! --Paul P.S. I'm currently just using BCF 1.3b, but it gave me an error when I started to use built-in functions like NINT, etc. in my programs...