Mail Archives: djgpp/1996/10/16/02:41:24
On 15 Oct 1996, Niels Heirbaut wrote:
> I downloaded the binary files for GPC (version 2.7.2) and extracted them to
> my DJGPP directory. But when I tried to compile the program hello.pas (see
> below) with: C:\>gpc hello.pas -o hello.exe
>
> I got the next message:
> C:\DJGPP\BIN/ld.exe: cannot open crt0.o: No such file or directory (ENOENT)
Add -v to the compilation command line and post everything that is
printed during compilation. Also, from the DOS prompt type
"set > env.lst" and post the contents of the file `env.lst'.
- Raw text -