From: varobert AT colba DOT net Message-Id: <3.0.32.19990818001450.007a2c30@mail.colba.net> X-Sender: varobert AT mail DOT colba DOT net X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 18 Aug 1999 00:14:52 -0400 To: djgpp AT delorie DOT com Subject: Re: Error in this? Please reply. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com At 12:11 AM 8/18/99 GMT, you wrote: >Hi, it's me again. Just have one question for you. I used your tip and fix my code >problem but now, I get the following error: > >c:/djgpp/bin/ld.exe: cannot open -lck: No such file or directory (ENOENT) You're missing a file called libck.a in the djgpp/lib directory. Either it's not there, or you accidently included it in the linking, or you forgot to copy it to that dir. > >Hmmm, funny thing is, I have ld.exe in the c:\djgpp\bin directory??? > >Websurfr > >websurfr wrote: > - GodOfWar There is always one more bug.