Mail Archives: djgpp/1999/02/07/12:11:55
Nevermind, I found my answer in a previously posted thread. Thanks though
Brian Hansell wrote:
> Hello,
>
> I'm experiencing some troubles while I try to make or link or build
> after I compile a program. I've just started to learn C++/Djgpp/Rhide
> so I may be making some stupid mistake. However, I've looked through
> the faq, and couldn't find anythign that helped. I'll give you all the
> info I can:
>
> The Source:
>
> #include <iostream.h>
>
> main()
> {
> cout << "Hellow World!";
> }
>
> That's all it is. Now the error message when I try to make/link/build,
> all of which have to link it or whatever.
>
> Error: C:\djgpp\bin\ld.exe: cannot open -lstdcx: No such file or
> directory (ENOENT)
>
> I'm clueless as to what that means. I know I do have an ld.exe though
> (: Let's see, what else. I geuss taht's all.
>
> Please reply to hansell AT epix DOT net. Thanks!
- Raw text -