From: Paul Richards Newsgroups: comp.os.msdos.djgpp Subject: RSXNTDJ - help a newbie Date: Thu, 29 Apr 1999 19:36:21 +0100 Organization: Paul's house Message-ID: NNTP-Posting-Host: dunvegan1.demon.co.uk X-NNTP-Posting-Host: dunvegan1.demon.co.uk:193.237.111.243 X-Trace: news.demon.co.uk 925411532 nnrp-09:22914 NO-IDENT dunvegan1.demon.co.uk:193.237.111.243 X-Complaints-To: abuse AT demon DOT net MIME-Version: 1.0 X-Newsreader: Turnpike (32) Version 4.01 <5Y9PmoTxnkdx6tAFcQ+gcCx86I> Lines: 56 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm trying to get RSXNTDJ to work with DJGPP but I'm having a few problems, well one major one actually. I'm following the help file and trying out my first program like this: C:\Paul\Programs\Cpp>gcc -Zwin32 win32.c -o a.exe c:/djgpp/bin/ld.exe: cannot open -lc_app: No such file or directory (ENOENT) I have no idea what this means but I've followed everything in the help file about setting it up AFAIK so here's some other stuff. @echo off SET SOUND=C:\SB16 SET BLASTER=A220 I5 D3 H7 P330 T6 SET MIDI=SYNTH:1 MAP:E REM C:\SB16\DIAGNOSE /S REM C:\SB16\SB16SET /P /Q mode con codepage prepare=((437) C:\WINDOWS\COMMAND\ega.cpi) mode con codepage select=437 keyb uk,,C:\WINDOWS\COMMAND\keyboard.sys SET DIRCMD=/P /OGN /A SET PATH=C:\PKZIP;c:\;c:\djgpp\rsxntdj\bin;c:\djgpp\bin set djgpp=c:\djgpp\djgpp.env set rsxntdj=c:\djgpp\rsxntdj SET LIBRARY_PATH=c:\djgpp\RSXNTDJ\LIB;c:\djgpp\lib SET C_INCLUDE_PATH=c:\djgpp\include;c:\djgpp\RSXNTDJ\INCLUDE\MSSDK;c:\dj gpp\RSXNTDJ\INCLUDE\WIN32 SET SST_SCREENREFRESH=60 SET SST_RGAMMA=1.20 SET SST_GGAMMA=1.20 SET SST_BGAMMA=1.20 SET SST_GRXCLK=57 REM DEVICEHIGH=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:3 H:7 REM DEVICEHIGH=C:\SB16\DRV\CTMMSYS.SYS FILES=40 device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1) Country=044,437,C:\WINDOWS\COMMAND\country.sys I also get this problem when I use RHIDE and I have put "-Zwin32" in the compiler options bit. BTW: I upgraded to the latest version of Allegro today from using 3.0 and my Astroidz game now goes ~30-40 fps but before it went at ~60 (refresh rate). -- Paul Richards