From: "Dpto.Tecnología Electrónica" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE long filenames? Date: 24 Mar 1998 19:47:44 GMT Organization: Universidad de Málaga Lines: 35 Message-ID: <01bd5755$8551a900$1f3bd696@pc31.dte.uma.es> References: <3517C9AC DOT 30001F7A AT jhu DOT edu> <3517CEBD DOT 3E036DDB AT jhu DOT edu> NNTP-Posting-Host: pc31.dte.uma.es Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Geoffrey Schoenbaum, MD, PhD escribió en artículo <3517CEBD DOT 3E036DDB AT jhu DOT edu>... > 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. > > Geoff > schoenbg AT jhu DOT edu > If you're using gcc 2.8.x you must rename the file /lib/libstdcxx.a to /lib/libstdcx.a cause RHIDE looks for this file implicity. If you use gcc 2.7.x you should not have that problem. VIK