delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/10/28/15:36:02

From: "A. Sinan Unur" <asu1 AT c-o-r-n-e-l-l DOT edu>
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: <Xns92B58E554868Casu1cornelledu@132.236.56.8>
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" <MathiasO AT cuiab DOT ca DOT gov> wrote in
news:79EEE91F586C614387F37540491C90E66FB1B0 AT 3exchange DOT cuiab DOT local: 

> <head>
> <meta http-equiv=Content-Type content="text/html; charset=us-ascii">
> <meta name=ProgId content=Word.Document>
> <meta name=Generator content="Microsoft Word 10">
> <meta name=Originator content="Microsoft Word 10">

please post plain text.

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

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019