Date: Sun, 7 Mar 1999 13:21:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Malcolm Johnson cc: djgpp AT delorie DOT com Subject: Re: install problem -lgcc error In-Reply-To: <7bmqea$79k$1@nclient3-gui.server.virgin.net> 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 Thu, 4 Mar 1999, Malcolm Johnson wrote: > Error: d:/djgpp/bin/ld.exe: cannot open -lgcc: no such file or directory > (ENOENT) > > ld.exe is sitting there quite happily in the correct directory but nothing > happens. The message is not about ld.exe, it's *from* ld.exe. And it tells you that it cannot find the libgcc.a library. So you need to find out where is that library.