Message-ID: <3BB36F88.9B28B888@earthlink.net> From: Martin Ambuhl Organization: Nocturnal Aviation X-Mailer: Mozilla 4.77 [en] (Win95; U) X-Accept-Language: en,de-CH,fr,ru,zh-CN,ja MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Fortran References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 9 Date: Thu, 27 Sep 2001 18:25:08 GMT NNTP-Posting-Host: 64.152.167.158 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.prod.itd.earthlink.net 1001615108 64.152.167.158 (Thu, 27 Sep 2001 11:25:08 PDT) NNTP-Posting-Date: Thu, 27 Sep 2001 11:25:08 PDT X-Received-Date: Thu, 27 Sep 2001 11:21:46 PDT (newsmaster1.prod.itd.earthlink.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com David Roon wrote: > > I've done all my programming/compiling to this point in C++...but > recently a colleague sent me a Fortran program which needs compiling. > Is there any interface method which would allow me to do this in > djgpp? Just use the g77 compiler that is part of the Gnu Compiler Collection (GCC) of which much of djgpp is a port.