| www.delorie.com/archives/browse.cgi | search |
| Message-ID: | <36241BE8.3EA0@banet.net> |
| Date: | Tue, 13 Oct 1998 23:35:04 -0400 |
| From: | "Carlos M. Matos" <cmmatos AT banet DOT net> |
| X-Mailer: | Mozilla 3.01C (Win95; U) |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Help running C++ programs using rhide |
| NNTP-Posting-Host: | 32.100.111.139 |
| X-Trace: | 14 Oct 1998 03:41:03 GMT, 32.100.111.139 |
| Organization: | IBM.NET |
| Lines: | 32 |
| 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 |
Hi to all!
Thanks in advance for those you will respond to my call!!! :-)
This is the program:
#include <iostream>
using namespace std;
{
count << "What's up, Doc!\n";
return 0;
}
I get the following message:
Creating: testing.exe
Error: c/djgpp/ld.exe: cannot open -lstdcx: No suc file or
directory(ENOENT)
There were some errors
Can anybody help? By the way if I compile the following way at the dos
prompt:
gxx testing.cpp
It creates testing.exe and it runs well. But what I need to do is to
learn to use rhide to create C++ programs. I do not have any problems
using rhide to create C programs. I know where the C libraries are.
But I am just starting to learn C++.
Once again thanks for those who respond my call.
Carlos
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |