From: Henno Vermeulen Newsgroups: comp.os.msdos.djgpp Subject: I installed OK, but I get a Linker ERROR with cpp files Date: Mon, 11 Jan 1999 10:00:32 +0100 Organization: Casema Internet Lines: 16 Message-ID: <3699BDB0.50254806@regiolicht.nl> NNTP-Posting-Host: host152.regiolicht.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.casema.net 916045235 6535 195.212.41.152 (11 Jan 1999 09:00:35 GMT) X-Complaints-To: abuse AT casema DOT net NNTP-Posting-Date: 11 Jan 1999 09:00:35 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++. By the way, I think I installed all the zip files I need in the right way, and set up my path and set djgpp = c:\djgpp\djgpp.env Please help, Henno Vermeulen.