Date: Fri, 20 Oct 2000 09:26:44 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: buildingsolutions AT hotmail DOT com Message-Id: <9743-Fri20Oct2000092643+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <1103_971981161@my-computer> (buildingsolutions@hotmail.com) Subject: Re: Error: ~/ ld.exe cannot open -lgcc References: <1103_971981161 AT my-computer> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: buildingsolutions AT hotmail DOT com > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 19 Oct 2000 18:46:01 GMT > > When I try to "Make" convert.cpp I get an error message stating > > "Error: C:\DJGPP\bin/ld.exe Cannot open -lgcc : No such file or > directory (Enoent) The linker looks for a file called libgcc.a, but cannot find it. Do you have this file anywhere on your system? Section 8.2 of the DJGPP FAQ list might help you solve this problem. If you still cannot figure this out, add -v to the compilation switches and post here everything that the compiler prints.