From: Brian Hansell Newsgroups: comp.os.msdos.djgpp Subject: Error with make/link/build Date: Sun, 07 Feb 1999 11:48:58 -0800 Organization: epix Internet Services Lines: 28 Message-ID: <36BDEE2A.F60382EA@epix.net> NNTP-Posting-Host: qrvl-243ppp35.epix.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 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!