From: "Mike Gee" Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie: DJGPP does nothing... Date: 10 Sep 1999 22:12:31 GMT Organization: ISP Creator OnLine Lines: 21 Message-ID: <01befb54$813659c0$LocalHost@mike> References: <7r2n9a$40m$3 AT antares DOT lu DOT erisoft DOT se> <87r9k9wrcv DOT fsf AT hasn DOT dera DOT gov DOT uk> <7tAB3.1697$vW1 DOT 9244 AT newsfeed DOT slurp DOT net> NNTP-Posting-Host: ttyd1.dnepr.net.ua X-Trace: ontario.dnepr.net.ua 937001551 4996 195.248.169.67 (10 Sep 1999 22:12:31 GMT) X-Complaints-To: abuse AT creator DOT dp DOT ua NNTP-Posting-Date: 10 Sep 1999 22:12:31 GMT X-Newsreader: Microsoft Internet News 4.70.1154 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Way Walker wrote in article <7tAB3.1697$vW1 DOT 9244 AT newsfeed DOT slurp DOT net>... > > Hmmm: c:/djgpp/lib/specs > > Where did that file come from? Did you copy it there yourself from > > djgpp/lib/gcc-lib/djgpp/2.95, or is it an old one that you were > > supposed to delete before installing 2.95? > > C:\djgpp\ didn't even exist until I just installed DJGPP... so I don't see > how it could be from before 2.95, unless one of those zip files had it (I > used that zip picker thing...) and I didn't touch the file... (I renamed it > and tried again, again, nothing happens excpet it gets the specs from > C:/djgpp/lib/gcc-lib/djgpp/2.95/) Looks like \lib\specs (and probably \lib\djgpp.djl) are leftovers from djdev202.zip. README from gcc-2.81 says you can safely delete them, as they are superseded by \lib\gcc-lib\djgpp\2.xx\specs and djgpp.djl respectively. Check it out, just in case...