From: "Mark R. Clay" Newsgroups: comp.os.msdos.djgpp Subject: Okay... I got DJGPP at least running, but I can't compile C++!!!!! Date: Wed, 24 Jun 1998 21:24:51 -0500 Organization: Cin.Net Internet NNTP Server Lines: 11 Message-ID: <3591B4F3.1D21@cin.net> Reply-To: clayfm AT cin DOT net NNTP-Posting-Host: d33.sr.cin.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk If you saw my last post (by the way, sorry that it was posted twice... accident...), I finally got DJGPP working (sort of). It didn't like my Windows 95 directory name "Programming". I fed it "PROGRA~2" and it worked. Now, I can compile C files just fine. But when I try to compile a C++ file (I'm doing this through rhide), it says "Error: c:/progra~2/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT)". I got LD.EXE (as well as AS.EXE) from my FPK pascal compiler because DJGPP said it couldn't find them. Do I need different versions of these programs? If so, where do I get them? If not, what is the problem here? Please help me out on this... thanx -GaurdianRox