Mail Archives: djgpp/1998/12/07/19:46:18
I do everything with RHIDE. Try specifying the directory of your sources and
objects in the pull down menu, Directories, Includes and Directories, Sources.
Youssef Latrous wrote:
> Hi,
>
> Total DJGPP newbie here. I just installed it and tried (as usual) the simple
> hello program hereafter (stored in 'test.c' file):
>
> #include <stdio.h>
> int main()
> {
> printf( "Hello World!\n" );
> exit( 0 );
> }
>
> If I use gcc from a dos shell, then everything is ok. But if I try to use
> the RHIDE environment then I'm able to compile, but not to link. I have the
> following error:
>
> Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory
> (ENOENT)
>
> It's also the same if I tried the C++ version of this program (test.cc),
> using output stream and iostream header. Gxx works fine in a dos shell, but
> I get the same error with the linker under Rhide.
>
> What does this error stand for?
>
> Thank you very much for any help,
>
> Y. Latrous.
> latrous AT sprint DOT ca
- Raw text -