Date: Thu, 29 Feb 1996 17:13:16 +0200 (IST) From: Eli Zaretskii To: Stewart McDonald Cc: djgpp AT delorie DOT com Subject: Re: cannot find crt0.o all of a sudden! In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 29 Feb 1996, Stewart McDonald wrote: > All of a sudden (started a while ago), when trying 2 compile something I > get the following: > c:/djgpp/bin/ld.exe:cannot open crt0.o: No such directory (ENOENT) Please add -v to the link command-line and post everything gcc prints when you link. You might need to use `redir' program to redirect the output of gcc to a file; `redir' is described in the `utils.inf' info file.