Date: Fri, 12 Jan 2001 12:15:08 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Stewart Norrie" Message-Id: <2110-Fri12Jan2001121507+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <000001c07c09$d9d5ef00$27438cd4@default> (Stewart DOT Norrie AT tesco DOT net) Subject: Re: djgpp: cannot find -lstdcxx anywhere References: <000001c07c09$d9d5ef00$27438cd4 AT default> 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: "Stewart Norrie" > Date: Thu, 11 Jan 2001 20:01:31 -0000 > > Dear Guru, > Have spent whole day trying to get rhind to produce exe = > file. I get the error message: " Error c:/djgpp/bin/ld.exe > cannot open -lstdcxx: No such file or directory (ENOENT) [snip] > I have unzipped every file on the disc that came with the Dummies book = > but cannot find the file. I did notice that I had to rename some of the = > files which had been contracted to 8 charascters, for example streambu.h = > had to be enlarged to stream.buf befior the compiler would work. This is already a clear sign of trouble. I'm guessing that you unzipped the files with a DOS utility which doesn't support long file names, but you are using the compiler on Windows 9X, where DJGPP by default does support long file names. I suggest to remove the entire DJGPP installation tree, then download unzip32.exe from this URL: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/unzip32.exe and then unzip all the files on the CD again, this time using unzip32.exe. Then your installation will work as you expect.