Mail Archives: djgpp/1998/08/27/18:19:51
I installed Djgpp, and Rhide a few days ago. I ran RHIDE and typed in the
program
#include <stdio.h>
void main()
{printf("Hello World");}
and complied with no errors to a .o file. But when i try to link it to an .exe
but i get an error message like so:
Creating:hello.exe
Error: d:/djgpp/bin/ld.exe: Cannot open -lstdcxx: No such file or directory
(ENOENT)
There were some errors.
I know this was answered by someone and he said to add
[RHIDE]
RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx to DJGPP.env
I did and still got an error. Where do i put this line? Is there sumthing
else? Any comments are welcome. Thanks
James
- Raw text -