From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP Problem Date: 28 Oct 2002 18:59:43 GMT Organization: Cornell University Lines: 80 Sender: asu1 AT cornell DOT invalid (on pool-141-149-207-140.syr.east.verizon.net) Message-ID: References: <79EEE91F586C614387F37540491C90E66FB1B0 AT 3exchange DOT cuiab DOT local> NNTP-Posting-Host: pool-141-149-207-140.syr.east.verizon.net X-Trace: news01.cit.cornell.edu 1035831583 12463 141.149.207.140 (28 Oct 2002 18:59:43 GMT) X-Complaints-To: usenet AT news01 DOT cit DOT cornell DOT edu NNTP-Posting-Date: 28 Oct 2002 18:59:43 GMT User-Agent: Xnews/5.04.25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Mathias O'Dea" wrote in news:79EEE91F586C614387F37540491C90E66FB1B0 AT 3exchange DOT cuiab DOT local: > > > > > please post plain text. >

style='font-size:10.0pt; font-family:Arial'>I have downloaded all the > zips( djdev, > gcc2952b, rhide, class=SpellE>csdpmi, faq230, djcrx203, class=SpellE>djlsr, djtzs, class=SpellE>djdev………..) I don’t know > whats happening. style='mso-spacerun:yes'>  When I try and use the > lbinstdj.exe ( the installer.exe) it > won’t finish the job.  > The screen goes bland and nothing class=SpellE>happins.  > What am I doing wrong?. style='mso-spacerun:yes'>  Please > help………..

i am not sure what lbinstdj.exe is. however, did you try the following instructions given by the zip picker: Use Explorer to create a folder for DJGPP. My Computer, Drive C, File-> New->Folder, "DJGPP". Use djgpp's unzip32.exe to unzip all the zips you downloaded into the C: \DJGPP folder. Don't unzip them each into separate folders - unzip them all to the same place. The directory structure inside each zip file should be preserved, so you end up with files like c:\djgpp\bin\gcc.exe and c:\djgpp\include\stdio.h C:\> mkdir djgpp C:\> cd djgpp C:\DJGPP> unzip32 d:\tmp\djdev203.zip C:\DJGPP> unzip32 d:\tmp\faq230b.zip C:\DJGPP> unzip32 d:\tmp\pakk022b.zip C:\DJGPP> unzip32 d:\tmp\rhid149b.zip C:\DJGPP> unzip32 d:\tmp\bnu213b.zip C:\DJGPP> unzip32 d:\tmp\gcc32b.zip C:\DJGPP> unzip32 d:\tmp\gdb521b.zip C:\DJGPP> unzip32 d:\tmp\mak3791b.zip C:\DJGPP> unzip32 d:\tmp\txi42b.zip You need to update your C:\AUTOEXEC.BAT to include the following lines: set PATH=C:\DJGPP\BIN;%PATH% set DJGPP=C:\DJGPP\DJGPP.ENV Note that the PATH statement should follow any other PATH statements, or you may edit an existing PATH statement. You'll need to restart your computer for these changes to take effect. Rather than edit your autoexec files and/or global environment, you may wish to create a djgpp shortcut instead. To do this, create a c:\djgpp \djgpp.bat that has lines like this: @echo off set PATH=c:\djgpp\bin;%PATH% set DJGPP=c:\djgpp\djgpp.env chdir c:\djgpp\mystuff (or any other directory) command (you can replace that last line with any other shell you'd like) -- A. Sinan Unur asu1 AT c-o-r-n-e-l-l DOT edu Remove dashes for address Spam bait: mailto:uce AT ftc DOT gov