From: Bob Kematick Newsgroups: comp.os.msdos.djgpp,gnu.gcc.help Subject: Re: G77 (Fortran) w/ GCC/DJGPP in DOS? Date: Wed, 16 Oct 1996 07:28:34 -0700 Organization: Binghamton University Lines: 22 Message-ID: <3264F112.230@binghamton.edu> References: <32653c81 DOT 23692733 AT news DOT uh DOT edu> NNTP-Posting-Host: ppp34.net21.binghamton.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 Eli Zaretskii wrote: > > On Wed, 16 Oct 1996, Paul wrote: > > > So, does G77 run off DJGPP? [snip] > Did you try f2c? It is known to compile and run with DJGPP v2. f2c is a very generic f77 compiler, while g77 has evolved to include many of the common extensions that fortran programmers have become used to, including some f90-like stuff. I think a lot of fortran'ers would be interested in a DJGPP port of g77. The question seems to come up on comp.lang.fortran now and again. The alternative that fortran users are migrating towards ( bite my tongue ) is the emx / gcc package, to which g77 has been ported, and which runs on both os/2 and dos. So , anybody have any thoughts on how easy or difficult the port may be ?