From: "Kalum Somaratna aka Grendel" To: djgpp AT delorie DOT com Date: Mon, 29 Nov 1999 05:53:46 +0600 MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Subject: Re: C++ on RHIDE problem ... CC: josorio AT die DOT udec DOT cl In-reply-to: <81q5u7$nus$1@pelicano.dpi.udec.cl> X-mailer: Pegasus Mail for Win32 (v3.12) Message-ID: <94386962301@out.newmail.net> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-printable to 8bit by delorie.com id SAA11790 Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 28 Nov 99, at 0:11, Jorge Osorio Guerrero wrote: > Hi everybody: > > I'm new on DJGPP and RHIDE. I had no troubles working and compiling .c files > on RHIDE, but when I tried with some C++ methods, added the .cxx or .cpp > extension to my programs I can't get the .exe file. If I compile (Alt+F9) > there are no errors, however when I try Make (F9) I get this error: > > Error: d:/djgpp/bin/ld.exe: cannot open -lstcdx: No such file or directory > (ENOENT) > > I can't figure out what's wrong, because I did gcc -o test.exe test.cpp at > the DOS command line and had no problems. > > Any help would be really apreciated, > > -- > -- > Jorge Osorio Guerrero > josorio AT die DOT udec DOT cl | 09-8370018 > ICQ#: 17900187 > Departamento de Ingeniería Eléctrica > Universidad de Concepción > > Please read Section 8.7 of the DJGPP FAQ as it has extensive details avout your problem. I think you are getting this due to a bug in RHIDE 1.4,so I would suggest reading the FAQ and downloading RHIDE 1.4.7b from as it's the latest and has a lot of bugs like your -lstdcx removed. Enjoy! Grendel