From: Henno Vermeulen Newsgroups: comp.os.msdos.djgpp Subject: Linker error with cpp files Date: Fri, 08 Jan 1999 21:26:14 +0100 Organization: Casema Internet Lines: 14 Message-ID: <369669E6.93A29256@regiolicht.nl> NNTP-Posting-Host: host124.regiolicht.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.casema.net 915827177 14040 195.212.41.124 (8 Jan 1999 20:26:17 GMT) X-Complaints-To: abuse AT casema DOT net NNTP-Posting-Date: 8 Jan 1999 20:26:17 GMT X-Mailer: Mozilla 4.5 [nl] (Win98; I) X-Accept-Language: nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm using RHIDE, and when I compile (ALT-F9) a program written for C++ (.cpp), the program compiles ok, but I always get this (linker?) error when trying to run it: Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) I can't seem to figure out why this happens. If I convert the .cpp file to .c RHIDE doesn't report any errors and runs the program OK. But I want to make use of the extra's of C++. Please help, Henno Vermeulen.