Mail Archives: djgpp/2002/10/28/15:36:02
"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>………..) I don’t know
> <span class=SpellE>whats</span> happening.<span
> style='mso-spacerun:yes'> </span>When I try and use the
> lbinstdj.exe <span class=GramE>( the</span> installer.exe) it
> won’t finish the job.<span style='mso-spacerun:yes'>
> </span>The screen goes bland and nothing <span
> class=SpellE>happins</span>.<span style='mso-spacerun:yes'>
> </span>What am I doing wrong<span class=GramE>?.</span><span
> style='mso-spacerun:yes'> </span>Please
> help………..<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 -