Mail Archives: djgpp/1998/12/15/22:55:52
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
- Raw text -