From: Vic Newsgroups: comp.os.msdos.djgpp Subject: Re: Printing to printer Date: Sun, 24 Jan 1999 20:54:51 -0500 Organization: Communications Accessibles Montreal, Quebec Canada Lines: 10 Message-ID: <36ABCEEB.44AE@cam.org> References: <36A7D498 DOT F1429591 AT phreaker DOT net> <36aa9fd2 DOT 0 AT news DOT wizvax DOT net> <36AAD5CB DOT B73CB8DB AT GoAway DOT com> <36abbca9 DOT 0 AT nsuxnews> NNTP-Posting-Host: dialup-420.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0Gold (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Y.K. Goh wrote: > > I didn't know DJGPP can compile Pascal and Ada programs. I > thought it can only compile C/C++ programs. How do I get it > to compile Pascal/Ada programs? it can also compile fortran. GCC is just a front-end to compilers. If you want pascal, get GNU pascal (a file called gpcXXX.zip I think.) for fortran you have g77. I don't know about ADA. search the simtel archives.