Date: Tue, 24 Mar 1998 21:54:51 -0800 (PST) Message-Id: <199803250554.VAA20248@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Geoffrey Schoenbaum, MD, PhD" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: RHIDE long filenames? Precedence: bulk At 10:18 3/24/1998 -0500, Geoffrey Schoenbaum, MD, PhD wrote: >Sorry I jumped the gun - I found the documentation on the web and have >added the -y command line option to enable the long file names and >discoved that I need to save my options in a project file. Now, >however, I have a new error after the file is compiled as follows: > >compiling: text3.cpp >no errors >creating: text3.exe >error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: no such file or >directory (ENOENT) > >Any help would be appreciated, since I would like to be able to use this >IDE. Somebody who uses RHIDE more than me can tell you the "right" solution, but this workaround should work until then: copy c:\djgpp\lib\libstdcxx.a c:\djgpp\lib\libstdcx.a This assumes you have the lgp* package installed. Nate Eldredge eldredge AT ap DOT net