Mail Archives: djgpp/1999/06/22/17:37:58
I just recently downloaded DJGPP and RHIDE and already I have a question.
It seems to have to do with included files for C++. Here is the test
program I wrote:
#include <iostream.h> [I also tried iostdio.h and io.h]
int main()
{
cout<<"Test."<<endl;
return(0);
}
I tried running this with the save types .c, .cxx, .cpp, and .cc but I
still get errors. I would like this to work as .cpp because I will
probably never use C when I have C++. I get errors such as these:
Creating: test.exe
Error: c:/djgpp/bin/ld.exe: cannot open lstdcx: No such file or directory
(ENOENT)
I have many other errors in some of my other (simple) programs. I don't
know if this is the right list to send to or should I send it to the RHIDE
list. They said it is a DJGPP problem and should be sent here.
Please help. Thanks.
- Raw text -