Mail Archives: djgpp/1997/03/22/04:31:41
Temporal <maciek AT compmore DOT net> wrote in article
<01bc34f0$7c894ea0$LocalHost AT maciek>...
> 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
>
>
>
>
What command line did you use to compile?
--
Dennis Moran (aka Coolio)
coolio AT coolio9 DOT com
http://coolio9.com/
- Raw text -