From: "Richard Carver" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with RHIDE Date: Thu, 3 Dec 1998 14:52:16 -0500 Organization: George Mason University, Fairfax, Virginia, USA Lines: 22 Message-ID: <746qev$7m5@portal.gmu.edu> References: <3665fa07 DOT 187893961 AT news DOT erols DOT com> NNTP-Posting-Host: alecs.gmu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Travis: ld.exe is looking for file "libstdcx" but there is no such library file in DJGPP. There is, however, a file named "libstdcxx" in the "lib" directory in your DJGPP directory. Notice that "libstdcxx" is 9 characters long. I copied "libstdcxx" to "libstdcx" and that got rid of the error message. So there must be a problem with long file names. I can't find any other way to fix the problem, and I'm not very confident that I've really fixed it! Richard Carver George Mason University Computer Science Dept. Travis Gant wrote in message <3665fa07 DOT 187893961 AT news DOT erols DOT com>... > I was just trying RHIDE for the first time. To test it I made >a simple hello world program. It compiled fine but when i said Build >it gave the following error: >Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or >directory (ENOENT) > >How can i fix this problem?