From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE long filenames? Date: Fri, 27 Mar 1998 02:52:06 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 27 Message-ID: <6ff0o0$n5g$1@news-hrz.uni-duisburg.de> References: <3517C9AC DOT 30001F7A AT jhu DOT edu> <3518125D DOT 719CBEFA AT jhu DOT edu> NNTP-Posting-Host: ppp94.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Tue, 24 Mar 1998 15:06:53 -0500, "Geoff Schoenbaum, MD, PhD" wrote: > I posted this a bit ago, but nothing is there - forgive me if it's a > repeat. No problem, but your "old" article is just five hours older than the one I'm replying to now. Usenet (and the people here) usually are fast, but not always _that_ fast. I got the article I'm replying to after two days. > error:c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or > directory (ENOENT) Insert the line RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx into your rhide.env file in the djgpp/share/rhide directory (if it isn't already there, create a new one). By default, RHIDE looks for the file libstcx.a in the djgpp/lib directory, but in gcc2.8.0 this file is named libstdcxx.a on LFN systems. Regards... Michael