From: timolmst AT cyberramp DOT net Newsgroups: comp.os.msdos.djgpp Subject: Re: Help, Pascal Date: Fri, 21 Mar 1997 13:44:49 GMT Organization: posted via: CyberRamp.net, Dallas, TX (214) 340-2020/(817) 226-2020 for info Lines: 34 Message-ID: <5gu2bh$bbh$3@newshost.cyberramp.net> References: <01bc34f0$7c894ea0$LocalHost AT maciek> NNTP-Posting-Host: pm1-1.cyberramp.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp "Temporal" wrote: >First of all, does anyone know where I can find an easy to use Pascal >compiler??? >A nice editor along with it would also help. >Right now I downloaded a Pascal compiler from the deloris website >(gpc112b.zip), along with djdev201.zip, bnu27b.zip, csdpmi3b.zip. I'm >pretty sure I did every thing right including making a bat file with this >instead of messing with the config.sys file. >echo off >set DJGPP=C:\DJGPP\DJGPP.ENV >PATH C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DOS >cd\djgpp >Anyway, I tried compiling a simple program. >program first 'output'; >begin > writeln('Hello'); >end. >But I got these error messages : >gpc.exe : new.exe : No such file or directory (ENOENT) >new.pas : 1 : parse error before character constant >If anyone knows what's wrong, Please e-mail me. >maciek AT compmore DOT net I believe that your problem is in the first line of code. The 'output' should be (output) and is actualy optional these days.