Mail Archives: djgpp/1999/12/05/04:22:06
RThomp7308 wrote:
> I picked up a C++ book and I'm trying to learn. I'm just trying a hello.cc
> program.
>
> --
> #include <iostream.h>
> main()
> {
> cout << "Hello, World.\n";
> return 0;
> }
> --
> Okay, I compiled it, no probs, when I try to run it though, I get
> "Creating: Hello.exe
> Error; d:/rhide/bin/ld.exe: cannot open -lstdcx: No such file or directory
> (ENOENT)
> There were some errors"
> Any help would be appreciated.
> Thanks,
> Drumstick
It took me 6 months to get info on this problem.
I was told to go to share\rhide directory and ad a line in the rhide.env
--- RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx
I think the distribution comes with rhide_.env so copy it to rhide.env and add
the above line ( without the first three dashes).
- Raw text -