Mail Archives: djgpp/2002/10/07/02:55:22
Message-ID: | <000a01c38ca0$e77cd600$e9f458db@touchstonefury>
|
From: | "alistair lennon" <legion AT orcon DOT net DOT nz>
|
To: | <djgpp AT delorie DOT com>
|
Subject: | After Instalation...
|
Date: | Tue, 7 Oct 2003 20:01:47 +1300
|
MIME-Version: | 1.0
|
X-Priority: | 3
|
X-MSMail-Priority: | Normal
|
X-Mailer: | Microsoft Outlook Express 5.50.4807.1700
|
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4807.1700
|
Reply-To: | djgpp AT delorie DOT com
|
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C38D0D.D713DBC0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I am interested in using DJGPP as a compiler... however I have some =
questions...?
I do not have any previous version of a compiler running or have run on =
my computer... It has recently been reformated...lol
I would appreciate any help in getting the compiler to work...
I went to the DJGPP homepage and used the zip picker to pick the files I =
would need...
I wanted the compiler to run C, C++ and Assembly Languages...
I picked RHIDE and Emacs because I am unsure whether I need one or =
both...
I am using an Athlon 1Gig machine with 512meg ram... this is my home =
machine...:)
The files the zip picker suggested were...
unzip32.exe to unzip the zip files =20
v2/copying.dj DJGPP Copyright info =
v2/djdev203.zip DJGPP Basic Development Kit =20
v2/faq230b.zip Frequently Asked Questions =
v2/pakk021b.zip Pakke Installer =
v2/readme.1st Installation instructions =20
v2apps/rhid149b.zip RHIDE =20
v2gnu/bnu213b.zip Basic assembler, linker =20
v2gnu/em2005b.zip Emacs binaries =
v2gnu/em2005li.zip Emacs lisp =
v2gnu/fil41b.zip File Utils (for building Allegro) =
v2gnu/gcc32b.zip Basic GCC compiler =
v2gnu/gpp32b.zip C++ compiler =
v2gnu/mak3791b.zip Make (processes makefiles) =20
v2gnu/txi42b.zip Info file viewer =20
v2misc/ntlfn08b.zip NT Long File Name support =20
v2tk/allegro/all402.zip Allegro game library =20
v2tk/rsxdj151.zip RSX (Windows GUI Lib) =20
Extra Documentation Formats
v2gnu/bnu213d.zip Basic assembler, linker =20
v2gnu/em2005d.zip Emacs binaries =
v2gnu/gcc31d.zip Basic GCC compiler =
v2gnu/gpp2952d.zip C++ compiler =20
v2gnu/mak3791d.zip Make (processes makefiles) =20
v2gnu/txi40d.zip Info file viewer =20
Total bytes to download: 54,594,520
DOWNLOAD...
I used the FTP explorer to download these files into the DJGPP folder =
that I had created in the C drive...
INSTALLATION...
Following the readme file I used the unzip32.exe to unzip all the =
files...
SET ENVIRONMENT VARIABLE...
After unzipping all the zip files, set the DJGPP environment variable to =
point to the file DJGPP.ENV in the main DJGPP installation directory and =
add its BIN subdirectory to your PATH.
For Windows 2000...
- Right-click "My Computer", then select "Properties";
- Select the "Advanced" tab, then click "Environment Variables" button;
- Edit the PATH system variable to add the DJGPP bin subdirectory;
To do this I clicked on the path variable and then clicked the edit =
button...
The computer presented me with a edit system variable box with a =
variable name and variable value...
I named the variable... Path and the variable value as =
...C:\DJGPP\BIN;%PATH% I clicked Ok...
- Add a new variable DJGPP and set its value to the full path name of =
the DJGPP.ENV file as explained below.
So I ...
Clik on New button...=20
Then named the variable... DJGPP and the variable value as... =
C:\DJGPP\DJGPP.ENV Clicked ok...
Because I am using Win 2000 I don't have to reboot...
Run the go32-v2.exe program without arguments: go32-v2
It should report how much DPMI memory and swap space can DJGPP use on =
your system, like this: DPMI memory available: 8020 Kb DPMI swap space =
available: 39413 Kb
The actual numbers will vary according to amount of RAM installed on =
your system, the available disk space and the DPMI server. If the sum of =
the two numbers reported by go32-v2 is less than 4MB, read section 3.9 =
of the FAQ, "How to configure your system for DJGPP". (If you have more =
than that, but want to get the optimal performance from your system, =
read that section anyway.)
Now I run into problems because it runs for a second or less then =
quits...?
Now the big questions ..."How do I get the compiler to run...?"
Instead of editing your autoexec files and/or global environment, you =
may wish to create a djgpp shortcut instead. To do this, create a BAT =
file which has the lines below in it.
set DJGPP=3DC:\DJGPP\DJGPP.ENV & set PATH=3DC:\DJGPP\BIN;%PATH%=20
"What is a bat file and how do I create one...?"
I have checked a lot of the documentation and after this phase it goes =
on about compilation of programs... this is ok but I don't have a =
working compiler...lol
Any help appreciated... you can call me names as long as I benifit from =
the experience...
My name is Alistair and my email address is slayer_legion AT hotmail DOT com...
Thanks in advance for any help...
------=_NextPart_000_0007_01C38D0D.D713DBC0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I am interested in using DJGPP as a =
compiler...=20
however I have some questions...?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I do not have any previous version of a =
compiler=20
running or have run on my computer... It has recently been=20
reformated...lol</FONT></DIV>
<DIV>
<P><FONT face=3DArial size=3D2>I would appreciate any help in getting =
the compiler=20
to work...</FONT></P></DIV>
<DIV><FONT face=3DArial size=3D2>I went to the DJGPP homepage and used =
the zip=20
picker to pick the files I would need...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I wanted the compiler to run C, C++ and =
Assembly=20
Languages...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I picked RHIDE and Emacs because I am =
unsure=20
whether I need one or both...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I am using an Athlon 1Gig machine =
with 512meg=20
ram... this is my home machine...:)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>The files the zip picker suggested=20
were...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/unzip32.exe">unzip32=
.exe</A>  =
; =20
to unzip the zip=20
files &n=
bsp; =20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/copying.dj">v2/co=
pying.dj</A> &=
nbsp;=20
DJGPP Copyright=20
info &nb=
sp; =20
<A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/djdev203.zip">v2/=
djdev203.zip</A> =20
DJGPP Basic Development =
Kit =20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/faq230b.zip">v2/f=
aq230b.zip</A>  =
;=20
Frequently Asked =
Questions =20
<A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/pakk021b.zip">v2/=
pakk021b.zip</A> =20
Pakke=20
Installer &nbs=
p; =20
<A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/readme.1st">v2/re=
adme.1st</A> &=
nbsp;=20
Installation=20
instructions &=
nbsp;=20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/rhid149b.zip"=
>v2apps/rhid149b.zip</A> =20
RHIDE &n=
bsp; &nb=
sp; =20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/bnu213b.zip">v=
2gnu/bnu213b.zip</A> =20
Basic assembler,=20
linker &=
nbsp;=20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/em2005b.zip">v=
2gnu/em2005b.zip</A> =20
Emacs=20
binaries  =
; =20
<A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/em2005li.zip">=
v2gnu/em2005li.zip</A> =20
Emacs=20
lisp &nb=
sp; &nbs=
p; =20
<A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/fil41b.zip">v2=
gnu/fil41b.zip</A> =20
File Utils (for building Allegro) <A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gcc32b.zip">v2=
gnu/gcc32b.zip</A> =20
Basic GCC=20
compiler  =
; =20
<A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gpp32b.zip">v2=
gnu/gpp32b.zip</A> =20
C++=20
compiler  =
; =
=20
<A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/mak3791b.zip">=
v2gnu/mak3791b.zip</A> =20
Make (processes =
makefiles) =20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/txi42b.zip">v2=
gnu/txi42b.zip</A> =20
Info file=20
viewer &=
nbsp; =20
<BR><BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2misc/ntlfn08b.zip"=
>v2misc/ntlfn08b.zip</A> =20
NT Long File Name=20
support =
=20
<BR><BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/allegro/all402.=
zip">v2tk/allegro/all402.zip</A> =20
Allegro game=20
library =
=20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/rsxdj151.zip">v=
2tk/rsxdj151.zip</A> =20
RSX (Windows GUI=20
Lib) &nb=
sp; =20
<BR><BR><B>Extra Documentation Formats</B><BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/bnu213d.zip">v=
2gnu/bnu213d.zip</A> =20
Basic assembler,=20
linker &=
nbsp;=20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/em2005d.zip">v=
2gnu/em2005d.zip</A> =20
Emacs=20
binaries  =
; =20
<A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gcc31d.zip">v2=
gnu/gcc31d.zip</A> =20
Basic GCC=20
compiler  =
; =20
<A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gpp2952d.zip">=
v2gnu/gpp2952d.zip</A> =20
C++=20
compiler  =
; =
=20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/mak3791d.zip">=
v2gnu/mak3791d.zip</A> =20
Make (processes =
makefiles) =20
<BR><A=20
href=3D"ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/txi40d.zip">v2=
gnu/txi40d.zip</A> =20
Info file=20
viewer &=
nbsp; =20
<BR>
<P>Total bytes to download:<TT> 54,594,520</TT></P>
<P><TT>DOWNLOAD...</TT></P>
<P><TT>I used the FTP explorer to download these files into the DJGPP =
folder=20
that I had created in the C drive...</TT></P>
<P><TT>INSTALLATION...</TT></P>
<P><TT>Following the readme file I used the unzip32.exe to unzip all the =
files...</TT></P><TT><FONT size=3D2>
<P>SET ENVIRONMENT VARIABLE...</P>
<P>After unzipping all the zip files, set the DJGPP environment variable =
to=20
point to the file DJGPP.ENV in the main DJGPP installation directory and =
add its=20
BIN subdirectory to your PATH.</P></FONT></TT>
<P><TT>For Windows 2000...</TT></P><TT><FONT size=3D2>
<P>- Right-click "My Computer", then select "Properties";</P>
<P>- Select the "Advanced" tab, then click "Environment Variables"=20
button;</P><FONT size=3D2>
<P>- Edit the PATH system variable to add the DJGPP bin =
subdirectory;</P>
<P><FONT face=3DArial>To do this I clicked on the path variable and then =
clicked=20
the edit button...</FONT></P>
<P><FONT face=3DArial>The computer presented me with a edit system =
variable box=20
with a variable name and variable value...</FONT></P>
<P><FONT face=3DArial>I named the variable... Path and the variable =
value as=20
...C:\DJGPP\BIN;%PATH% I clicked Ok...</FONT></P><FONT =
face=3DArial><FONT size=3D2>
<P>- Add a new variable DJGPP and set its value to the full path name of =
the=20
DJGPP.ENV file as explained below.</P>
<P>So I ...</P>
<P>Clik on New button... </P>
<P>Then named the variable... DJGPP and the variable value as...=20
C:\DJGPP\DJGPP.ENV Clicked ok...</P>
<P>Because I am using Win 2000 I don't have to reboot...</P><FONT =
size=3D2>
<P>Run the go32-v2.exe program without arguments: go32-v2</P>
<P>It should report how much DPMI memory and swap space can DJGPP use on =
your=20
system, like this: DPMI memory available: 8020 Kb DPMI swap space =
available:=20
39413 Kb</P>
<P>The actual numbers will vary according to amount of RAM installed on =
your=20
system, the available disk space and the DPMI server. If the sum of the =
two=20
numbers reported by go32-v2 is less than 4MB, read section 3.9 of the =
FAQ, "How=20
to configure your system for DJGPP". (If you have more than that, but =
want to=20
get the optimal performance from your system, read that section =
anyway.)</P>
<P>Now I run into problems because it runs for a second or less =
then=20
quits...?</P>
<P>Now the big questions ..."How do I get the compiler to =
run...?"</P><FONT=20
size=3D2>
<P>Instead of editing your autoexec files and/or global environment, you =
may=20
wish to create a djgpp shortcut instead. To do this, create a BAT file =
which has=20
the lines below in it.</P><FONT size=3D2>
<P>set DJGPP=3DC:\DJGPP\DJGPP.ENV & set=20
PATH=3DC:\DJGPP\BIN;%PATH%</FONT> </P></FONT>
<P>"What is a bat file and how do I create one...?"</P>
<P>I have checked a lot of the documentation and after this phase it =
goes on=20
about compilation of programs... this is ok but I don't have a working=20
compiler...lol</P>
<P>Any help appreciated... you can call me names as long as I benifit =
from the=20
experience...</P>
<P>My name is Alistair and my email address is <A=20
href=3D"mailto:slayer_legion AT hotmail DOT com">slayer_legion AT hotmail DOT com</A>..=
.</P>
<P>Thanks in advance for any help...</P>
<P> </P></FONT>
<P> </P>
<P> </P>
<P> </P></FONT></FONT>
<P><FONT face=3DArial></FONT> </P></FONT></FONT></TT>
<P><TT></TT> </P>
<P><TT></TT> </P>
<P><TT></TT> </P>
<P><TT></TT> </P></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML>
------=_NextPart_000_0007_01C38D0D.D713DBC0--
- Raw text -