Message-Id: <199809080602.CAA23935@firewall-primary.alphatronix.com> Date: Tue, 08 Sep 1998 01:57:05 -0400 To: djgpp AT delorie DOT com From: Dan Davis Subject: Help, compiling error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Precedence: bulk Last night I downloaded all the files from Delorie to run the gcc compiler. I unzipped the files with -d and all the various sub- directories seemed to be correct. I wrote the simple Hello.c program and tried to compile it. I did it from the command line. When I did I got the following error message: DJGPP\BIN/ld.exe: cannot open crt0.o no such file or directory(ENOENT) I also had to manually set my include path, as the compiler was searching: /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2.1/include /usr/include I have followed the instructions in readme.1st to the letter. Thanks, Dan