Date: Wed, 16 Oct 1996 08:22:22 +0200 (IST) From: Eli Zaretskii To: Niels Heirbaut Cc: djgpp AT delorie DOT com Subject: Re: Trouble with GPC In-Reply-To: <01bbbab6$1e0cf340$LocalHost@default> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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'.