From: Brian Hansell Newsgroups: comp.os.msdos.djgpp Subject: Re: Error with make/link/build Date: Sun, 07 Feb 1999 12:07:30 -0800 Organization: epix Internet Services Lines: 32 Message-ID: <36BDF281.9643AEBB@epix.net> References: <36BDEE2A DOT F60382EA AT epix DOT 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 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 > > 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!