From: pavenis AT lanet DOT lv Message-ID: To: "Cedric and Vesta" , djgpp AT delorie DOT com Date: Fri, 3 Dec 1999 10:23:10 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Djgpp and rhide In-reply-to: <001101bf3d31$924bdb80$LocalHost@cedric> X-mailer: Pegasus Mail for Win32 (v3.12b) Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 2 Dec 99, at 20:55, Cedric and Vesta wrote: > > I have installed the following DJGPP files in directory 'Djgpp' using WINZIP v6.3: > bnu27b, faq211b, gcc295b, gcc2951b, gcc2952b, gcc281b, > gpp295b, gpp2951b, gpp2952b, gpp281b, objc281b, txi312b,djdev202and rhide14b. You are installing 4 gcc versions simultanously (gcc-2.95, gcc-2.95.1, gcc-2.95.2 and finaly old gcc-2.81). Binaries of one version is needed only. I would suggest the latest one (gcc-2.95.2). But make sure You have installed djdev202.zip (but not djdev201.zip) as support for v2.01 is dropped in gcc-2.95 > My operating system is Windows 95 v4.00.950a. > I ran the 'Hello world' program using 'rhide' to check the installation and got the following message; I suggest carefully reading readme.1st from the same site You got DJGPP and also corresponding topics in DJGPP FAQ (v2/faq211b.zip) > Compiling: hello.c > Bad command or file name > No errors > > go32-v2 contents: > DPMI memory available:17820 Kb > DPMI swap space available: 11720 > > AUTOEXEC.BAT contents: > @C:\PROGRA~1\NORTON~1\NAVBOOT.EXE /STARTUP > SET SOUND=C:\PROGRA~1\CREATIVE\CTSND > SET MIDI=SYNTH:1 MAP:E MODE:0 > SET BLASTER=A220 I5 D1 H5 P330 E620 T6 > rem file created by the Symantec Setup for Windows > set PATH=D:\DJGPP\BIN;%PATH% > set DJGPP=D:\Djgpp\gcc281b\gnu\gcc-2.81\Djgpp.env ^^^^^^^ You need to unpack archives directly under D:\DJGPP. Also I put special version of djgpp.env in gcc281b.zip to be copied to top DJGPP directory before use not to be used in original location. Perhaps it's best to delete the installation and restart from scratch. But at first visit http://www.delorie.com/djgpp/zip-picker.html to see which archives You actually need (and to additional installations instructions) Andris