Message-ID: <38D7F187.C25E0DC7@brandonsd.mb.ca> From: N J Chackowsky X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: How do I compile Pascal and Fortran programs? References: <8b8kig$ihq$1 AT bob DOT news DOT rcn DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 20 Date: Tue, 21 Mar 2000 21:49:21 GMT NNTP-Posting-Host: 142.13.16.203 X-Trace: typhoon.mbnet.mb.ca 953675361 142.13.16.203 (Tue, 21 Mar 2000 15:49:21 CST) NNTP-Posting-Date: Tue, 21 Mar 2000 15:49:21 CST Organization: MBnet Networking Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Try ftp://ftp.chg.ru/pub/lang/gnu-pascal/current/djgpp/ and gnab gpc20bb.zip which is, I think, the latest Gnu Pascal compiler available. Place it in c:\djgpp and unzip32 it. Nick. (I couldn't find it at its usual home ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/beta/djgpp/ much of the directories seem to be missing files!) Klytu wrote: > > I have recently installed djgpp and have no problem compiling C or C++ > programs. I noticed that the Rhide editor that comes with djgpp indicates > switches for Pascal and Fortran, but I could not get those to work. Do I > need to download additional files for Fortran and/or Pascal compiling or is > everything I need already included in djgpp? I did take the time to read the > FAQ, but maybe I missed the information I was looking for. Thanks in advance > for any help!