Date: Tue, 27 Feb 1996 08:46:46 +0200 (IST) From: Eli Zaretskii To: Jeremy Cowgar Cc: djgpp AT delorie DOT com Subject: Re: v2, crt0.o - Cannot find? Using Win/NT In-Reply-To: <3131DEEC.2A3C@prgone.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 26 Feb 1996, Jeremy Cowgar wrote: > Command Line: gcc test.c > Error: c:\programs\DEVELO~1\Djgpp\bin/ld.exe: cannot open crt0.o: No such file or > directory (ENOENT) > > The file crt0.o exist in C:\programs\Development\Djgpp\LIB Please add -v to the compilation command line and post everything gcc prints when you compile. You might need to use the `redir' program to redirect that output to a file; `redir' is described on the `utils.inf' Info file in your info/ subdirectory.