From: Maurice Lombardi Newsgroups: comp.os.msdos.djgpp Subject: Re: Howto be able to make Pascal programs in Rhide Date: Tue, 26 Jun 2001 16:36:18 +0200 Organization: Universite Joseph Fourier - Grenoble 1 Lines: 45 Message-ID: <3B389DE2.5000009@ujf-grenoble.fr> References: <9h864d$78n$01$1 AT news DOT t-online DOT com> NNTP-Posting-Host: knautie.ujf-grenoble.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: amazone.ujf-grenoble.fr 993565998 50028 152.77.252.196 (26 Jun 2001 14:33:18 GMT) X-Complaints-To: abus AT ujf-grenoble DOT fr NNTP-Posting-Date: 26 Jun 2001 14:33:18 GMT User-Agent: Mozilla/5.0 (Windows; U; Win98; fr-FR; m18) Gecko/20010131 Netscape6/6.01 X-Accept-Language: fr,it,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Nils Reichert wrote: > im a newbie and got a ( i am sure already 100 000times asked) question: > I am using Rhide and i want to program Pascal programs with it. The problem > is that i can write the text and can also save it in the right file format, > but i cannot test if it works, or generate an exe file cuz there always > appears the messsage that there is no compielr set for that language. > So, can u tell me where i can find a compiler for pascal programs or what > compilers i can use for that and what i have to write in which options to be > able to do so. > There are at least two pascal compilers which work with djgpp/rhide - The gnu pascal: homepage http://agnes.dida.physik.uni-essen.de/~gnu-pascal/ You need to install simultaneously the same versions of gcc and gpc: latest are gcc2953b.zip and gpc2953b.zip available from djgpp mirors (rather than from the home page, not up to date), and optionally (but highly recommended) some libs available in: ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/libs/binary/i386-pc-msdosdjgpp/ - the FreePascal (FPC or FPK) available e.g. at: http://www.brain.uni-freiburg.de/~klaus/fpc/fpc.html point and click download and install, lower performances (execution speed) because it does not rely ond the gnu optimizer and back end. Hope this helps Maurice -- Maurice Lombardi Laboratoire de Spectrometrie Physique, Universite Joseph Fourier de Grenoble, BP87 38402 Saint Martin d'Heres Cedex FRANCE Tel: 33 (0)4 76 51 47 51 Fax: 33 (0)4 76 51 45 44 mailto:Maurice DOT Lombardi AT ujf-grenoble DOT fr