According to Omar Abu Al-Haija:
I get precompiled version , Djgpp from gnu pascal , I try to compile a file , it give me an error message : -
Gpc.exe : installation problem , cannot exec 'as': No such file or directory ( Enoent ) .
[...]
Ps I had no dpmi loader , and no gnu assembler , or debugger .
You need the DJGPP development tools. The GNU Pascal FAQ list says:
8< ---- GPC FAQ -------------------------------------------------------
[22]What do I download?
As discussed in section 2.2, other than GPC itself, you need an assembler, linker and friends, a C library and possibly a debugger. From your local djgpp mirror, you can get these as:
v2/djdev201.zip (C library) v2gnu/bnu270b.zip (assembler, ....) v2gnu/gdb416b.zip (debugger)
The rest is up to you; `make' (v2gnu/mak375b.zip) can be useful, The latest RHIDE test release (an IDE with Borland-look) has support for GNU Pascal, and can be downloaded from:
http://www.tu-chemnitz.de/~rho/rhidetest.html
8< --------------------------------------------------------------------
Remarks: * `rhidetest.html' is now `rhide.html'. * You can download this from any SimTel mirror. One is ftp://ftp.ruhr-uni-bochum.de/pub/simtelnet/gnu/djgpp/, but you will probably find one closer to your place.
Hope this helps,
Peter
Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [971005] maintainer GNU Pascal [971001] - http://home.pages.de/~gnu-pascal/ [971005]