Mail Archives: djgpp/1999/03/06/20:10:38
I have this same problem. I use ultraedit to write my code and
compile it from the command prompt so it doesn't bother me, but when I
attempt to run the programs from rhine the linker gives:
can't open -lstdcx: no such file or directory (ENOENT)
I get this message when trying to run ->
hello.cpp
#include <iostream.h>
int main() {
cout << "Hello World!" << endl;
return 0;
}
Personally I don't like the editor anyways. Just grab a good
texteditor, May I suggest UltraEdit, and use it. UltraEdit reconizes
.c/.cpp .h .pl .java .cgi .bas and god knows what else. It will color
the text for eaisyer reading editing just like a prog. environment.
Also will read / write binary files. Lots more. Sorry, I just really
love this program. I am steeping of the soap box now. Sorry for
degressing.
Bye
-John
On Fri, 05 Mar 1999 21:42:59 GMT, safaci AT geocities DOT com (Samir Faci)
wrote:
>Until recently I only used Borland's Lite version.
>
>I suffered throught the complex installation of DJGPP. I start
>Rhider. It compiles my programs to objects but It won't compile them
>to exe or run them.
>
>If anyone has any subjections on how to correct this problem please
>let me know.
>
>PS. I'm running DJGPP on a 486 windows 95 machine. if that helps.
- Raw text -