From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: new win95 installation - cannot build any progs Date: Wed, 25 Mar 1998 13:21:14 -0800 Organization: Hewlett Packard Lines: 15 Message-ID: <6fbsge$rtb$1@rosenews.rose.hp.com> References: <35194230 DOT 7279427 AT news DOT demon DOT co DOT uk> <351965CE DOT 4BD9 AT cs DOT com> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk John M. Aldrich wrote in message <351965CE DOT 4BD9 AT cs DOT com>... >> c:\djgpp\bin\LD.EXE: cannot open -lgcc: No such file or directory >> I've downloaded and installed gcc280b.zip which I understand should >> contain the standard libraries >Actually, gcc280b.zip just contains the compiler executables. I hope this isn't true. I haven't downloaded the binary package myself yet so I can't verify. libgcc.a should be distributed with the compiler itself. gcc2721.zip does have a libgcc.a in it, and all pgcc releases have had libgcc.a in it. Djdev just contains libc, libm, .... If gcc28.zip really is missing libgcc.a then it needs to be fixed. Andy