Date: Tue, 20 Feb 1996 10:48:00 +0200 (IST) From: Eli Zaretskii To: John Mabbott Cc: djgpp AT delorie DOT com Subject: Re: Please Help!! (i'm a DJGPP newbie) In-Reply-To: <199602200059.LAA07413@corona.laa.com.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 20 Feb 1996, John Mabbott wrote: > When i first d/l DJGPP v2.0 it worked perfectly, but now whenver I try to > compile anything it comes up with: > > ..bin\ld.exe cannot open crt0.o : No such file or directory (ENOENT) Is there a file named crt0.o in the lib/ subdirectory of your main DJGPP installation directory? If the file *is* there, add -v to the gcc command line and post what it prints during compilation/link.