Message-ID: <36771C10.70243D21@codenet.net> Date: Tue, 15 Dec 1998 19:33:52 -0700 From: Steve Patton X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Can't find ld.exe, please help me. References: <9_td2.26$H06 DOT 391 AT news13 DOT ispnews DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 209.136.121.88 X-Trace: 15 Dec 1998 19:36:22 -0700, 209.136.121.88 Lines: 47 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You are most likely using C++ code right? You need to confirm that you have all of the C++ libraries before you start using it. Still not sure, go to brennan's DJGPP Game programming page http://www.rt66.com/~brennan/djgpp/ which may or may not be found, I've run into a few times where it won't pull up, but the next day it will, who knows. But there's a list of exactly what you need for C++. Alleycat wrote: > Hello, I'm fairy new to djgpp. I use WIN 98 an have programmed in C/C++ for > a few years now, but I've always used Borland. I'd rather use djgpp since > I've heard such great things about it. Yet there is this problem. The > following message appears every time I click 'run' in RHIDE: > > ERROR: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory > (ENOENT) > > I checked for ld.exe in the C:\djgpp\bin directory, and dure enough - it's > there. Most documentation I have read seems to think this is a problem > caused by improper setup (which I'm sure it is). I have looked over my > autoexec.bat which looks like this: > > @C:\NORTON~2/NAVDX.EXE /Startup > SET CLASSPATH=C:\CD-WRI~1\Adobe\AdobeConnectables > > @ECHO ON > > PATH C:\BITWARE\ > > LH C:\WINDOWS\ASP4DOS.COM > > SET GRIP=C:\GRAVIS\GRIP > SET BLASTER=A220 I2 D3 T4 > path "%path%;C:\winperl32\bin;" > path "%path%;C:\winperl32\bin;" > path "%path%;C:\DJGPP\bin;" > SET PATH=C:\Cafe\Bin;C:\Cafe\Java\Bin;"%PATH%" > SET DJGPP=C:\djgpp\djgpp.env > > Maybe I just need a lesson in batch files? Maybe I should give up and use > djgpp on my LINUX box instead? Please help, I'm clueless about this > problem. > > Thanks! > > return e-mail > alleycat AT fclass DOT net