Date: Mon, 22 Jul 1996 08:01:36 +0200 (IST) From: Eli Zaretskii To: Travis McIntosh Cc: djgpp AT delorie DOT com Subject: Re: Linker Problems In-Reply-To: <31EE7458.424D@gate.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 18 Jul 1996, Travis McIntosh wrote: > Hello, I've just downloaded DJGPP and I am having problems with the > linker. I keep being told that crt0.o cannot be found Please add -v to the link command line and post everything gcc prints. It will be a voluminous output, so you might want to redirect it to a file, like this: redir -o lnk.lst -eo gcc -o ... then post the contents of the file `lnk.lst'.