From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem to create C++ program Organization: Pin Eight Software Message-ID: References: <7va6cs$2tso$1 AT news6 DOT isdnet DOT net> X-Newsreader: Forte Agent 1.6/32.525 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 X-Trace: /KiKeWGfSio5zzVvbWTVxMRIy23YQkK4hmUKLdlNytwmMzVdKLXPJx87/pXSI+hIeog1q2Poiuhw!1D0vtzGXYESntHB2zkR/wZAGRX8vJOk2kV5TeSxPmiyqnStqLxwdM0Ns9bxz6yGxOA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Thu, 28 Oct 1999 19:11:18 GMT Distribution: world Date: Thu, 28 Oct 1999 19:11:18 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 28 Oct 1999 21:01:28 +0200, "stephane.pierrot" wrote: >8 (got all the right zips and set up autoexec correctly) > I use Rhide but when I want to create a .exe with a src C++, > I have the message : > ERROR:/djgpp/bin/ld.exe : cannot open -lstdcx : no such file or directory (ENOENT). RHIDE is trying to get libstdcx.a, but the file is really libstdcxx.a. The way long filenames work in DJGPP has been changed since RHIDE 1.4 was released. For a fix, see Read Me Third. http://www.rose-hulman.edu/~yerricde/minifaq.txt For more info, see section 8.7 of the DJGPP FAQ list. http://www.delorie.com/djgpp/v2faq/ Or just get RHIDE 1.47. -- Damian Yerrick Visit my web site: http://yerricde.spedia.net/