X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Error message Date: 11 Sep 2003 07:21:59 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 21 Message-ID: References: <84e4e2a9 DOT 0309102147 DOT 4eeb959e AT posting DOT google DOT com> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Joel (jbs30000 AT aol DOT com) wrote: : I use Rhide to make my programs. So, after a week or two away from : DJGPP I decide to go back and check out a program I'm writing. The : program is a project, with a few different files, which, compile just : fine, but then when trying to build them togeather into one file, I : get this in the message box : Cannot find -lstdcxx : Please tell me what I need to do to fix this. Thanks. Assuming that your DJGPP directory is c:\djgpp and your COMMAND.COM/CMD.EXE supports the /x switch, what does "dir /x c:\djgpp\lib\" say? What does "set" say? Which gcc and gpp .ZIPs have you installed? Right, MartinS