From: "Carlos M. Matos" Newsgroups: comp.os.msdos.djgpp Subject: Desperately Need Help with Running C++ program from Rhide Date: Thu, 15 Oct 1998 21:13:08 -0400 Lines: 41 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 129.37.113.156 Message-ID: <36269f03.0@news1.ibm.net> X-Trace: 16 Oct 1998 01:18:59 GMT, 129.37.113.156 Organization: IBM.NET X-Notice: Items posted that violate the IBM.NET Acceptable Use Policy X-Notice: should be reported to postmaster AT ibm DOT net X-Complaints-To: postmaster AT ibm DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks in advance to all those who respond: Do you guys use rhide to run your djgpp C++ programs? Because I am teaching myself C++. I am trying to run this very simple C++ program: #include using namespace std; int main( ) { cout << "What's up, Doc!\n"; return 0; } and I get the following error message: Creating: testing.exe Error: c:/djgpp/bin/ld.ex: cannot open -lstdcx: No such file or directory (ENOENT) There were some errors I am quite familiar with writing program in C using rhide but I am just starting to learn C++. Is there any good advise you could give me? How can I get myself set up to run C++ using rhide? Oh! There is something else I wanted to tell you. I downloaded the entire djgpp environment for Windows 95 to allow me to use C and C++, including the source codes, and the extra documentation. The file which I believes has the info viewer is txi390b.zip. I unzip all the files in the order suggested by the zip-picker. My info viewer seems to work fine but when I enter "h" which is suppose to run the tutorial for beginners, it gives me the following message: No such file or directory (ENOENT). Is there anything that I am missing here? I desperately need some help. How do I get this thing to work? Carlos