Date: Wed, 1 Sep 1999 13:35:58 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Davetay21 cc: djgpp AT delorie DOT com Subject: Re: error? In-Reply-To: <19990831210649.03915.00002019@ng-fb1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 1 Sep 1999, Davetay21 wrote: > I received the following error while trying to compile- > collect2:cannot find 'ld' The problem is that the compiler cannot find the linker, ld.exe. If you cannot figure out why, add -v to your compilation command line and post here everything that the compiler prints.