delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2002/03/02/21:32:00

X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f
From: sandmann AT clio DOT rice DOT edu (Charles Sandmann)
Message-Id: <10203030232.AA12545@clio.rice.edu>
Subject: Proposed readme.1st changes
To: djgpp-workers AT delorie DOT com (DJGPP developers)
Date: Sat, 2 Mar 2002 20:32:10 -0600 (CST)
X-Mailer: ELM [version 2.5 PL2]
Mime-Version: 1.0
Reply-To: djgpp-workers AT delorie DOT com

Here's my suggested modifications for readme.1st.  I would plan to update
this in the djdev refresh (and separately in the directory).  In addition
to these changes, once committed I plan to change the version to 2.04 in
CVS (in a second commit so I can retag the version with 2.03 for the v2_03_1
branch).

Comments welcome.

*** z:readme.1st	Thu Feb 22 07:44:10 2001
--- c:\readme.1st	Sat Mar  2 20:20:48 2002
*************** services, so you don't need CWSDPMI in t
*** 111,123 ****
  details, download faq*b.zip (the full FAQ list) and read Chapter 4,
  "Where and What to Download".
  
  
  Installation
  ------------
  
  1. Create a directory for DJGPP, say C:\DJGPP.  (WARNING: do NOT
     install DJGPP in a directory C:\DEV, D:\DEV, etc., or in any of their
!    subdirectories: it will not work!  See the FAQ for more details.)
  
     If you have version 1.x installed, it's best to delete the contents
     of its `bin/' subdirectory or move it to another directory (not on
--- 111,128 ----
  details, download faq*b.zip (the full FAQ list) and read Chapter 4,
  "Where and What to Download".
  
+ If you have Windows ME, 2000 or XP, images dated before December 2001
+ may not work properly, so make sure you get new distributions where
+ possible if you are using a newer Windows release.
+ 
  
  Installation
  ------------
  
  1. Create a directory for DJGPP, say C:\DJGPP.  (WARNING: do NOT
     install DJGPP in a directory C:\DEV, D:\DEV, etc., or in any of their
!    subdirectories: it will not work!  See the FAQ for more details.)  Do 
!    not use a long directory name or one with spaces or special characters.
  
     If you have version 1.x installed, it's best to delete the contents
     of its `bin/' subdirectory or move it to another directory (not on
*************** Installation
*** 126,131 ****
--- 131,141 ----
     inadvertently mixing it with old v1.x programs.)  The only program
     from v1.x that you should keep is `go32.exe'.
  
+    If you are running under Windows NT 4.0, you need to decide if you
+    want to use long names or DOS 8.3 names before you install.  If you
+    plan to use long names you need to download and install the long file
+    name TSR (ntlfn*b.zip) before expanding the distributions.
+ 
  2. Unzip all the zip files from that directory, preserving the
     directory structure.  For example:
  
*************** Installation
*** 133,151 ****
    or
  	unzip32 djdev203
  
!    On Windows 9X, Windows/ME and Windows 2000, use an unzip program
!    which supports long file names.  Latest versions of InfoZip's UnZip
!    and PKUnZip, as well as WinZip, all support long file names.
     unzip32.exe, available from the DJGPP sites, also supports long
     file names.  One way to make sure you have preserved long file
     names is to look for a file include/sys/sysmacros.h: if you see
     only sysmacro.h instead, your unzip program does NOT support long
     filenames, and you need to find another one.
  
     On Windows/NT (NT version 4 and below, not W2K!) use an unzip
!    program which does NOT support long file names, as DJGPP programs
!    cannot access long file names on NT4.  Again, unzip32.exe will do
!    The Right Thing for you, so using it is recommended.
  
  3. After unzipping all the zip files, set the DJGPP environment
     variable to point to the file DJGPP.ENV in the main DJGPP
--- 143,166 ----
    or
  	unzip32 djdev203
  
!    On Windows 9x, Windows/ME, Windows 2000 and Windows XP, use an unzip 
!    program which supports long file names.  Latest versions of InfoZip's 
!    UnZip and PKUnZip, as well as WinZip, all support long file names.
     unzip32.exe, available from the DJGPP sites, also supports long
     file names.  One way to make sure you have preserved long file
     names is to look for a file include/sys/sysmacros.h: if you see
     only sysmacro.h instead, your unzip program does NOT support long
     filenames, and you need to find another one.
+    
+    You must make sure when you expand the distributions that you preserve
+    the directory structure.  If you use WinZip, you MUST check the box 
+    "Use folder names".  If you use pkunzip, you must use the -d switch.
  
     On Windows/NT (NT version 4 and below, not W2K!) use an unzip
!    program which does NOT support long file names if you not plan on
!    using the LFN TSR, as DJGPP programs cannot access long file names 
!    on NT4 without the TSR.  Again, unzip32.exe will do The Right Thing 
!    for you, so using it is recommended.
  
  3. After unzipping all the zip files, set the DJGPP environment
     variable to point to the file DJGPP.ENV in the main DJGPP
*************** Installation
*** 162,172 ****
--- 177,209 ----
       - Use the tab provided there for editing your AUTOEXEC.BAT as
         explained below.
  
+    * For Windows ME systems:
+ 
+      - Click START, choose Run, type msconfig.exe, click OK;
+      - Click the "Environment" tab;
+      - Edit the PATH system variable to add the DJGPP bin subdirectory;
+      - Add a new variable DJGPP and set its value to the full path
+        name of the DJGPP.ENV file as explained below.
+ 
     * For Windows NT systems:
  
       - Right-click "My Computer", then select "Properties";
       - Click the "Environment" tab;
       - Edit the PATH system variable to add the DJGPP bin subdirectory;
+        (if you are not an administrator, add the DJGPP bin directory to
+        the user PATH variable - or create one with only this directory
+        since it is added to the system path);
+      - Add a new variable DJGPP and set its value to the full path
+        name of the DJGPP.ENV file as explained below.
+ 
+    * For Windows 2000 or Windows XP systems:
+ 
+      - 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;
+        (if you are not an administrator, add the DJGPP bin directory to
+        the user PATH variable - or create one with only this directory
+        since it is added to the system path);
       - Add a new variable DJGPP and set its value to the full path
         name of the DJGPP.ENV file as explained below.
  
*************** Installation
*** 175,180 ****
--- 212,222 ----
       AUTOEXEC.BAT in the root directory of the boot drive (usually,
       C:).
  
+    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.  This is often needed if 
+    you have multiple compilers on the same system.
+ 
     No matter which method you use, assuming your DJGPP installation is
     rooted at C:\DJGPP, the values of the two environment variables
     DJGPP and PATH should be set like this:
*************** Installation
*** 182,191 ****
  	set DJGPP=C:\DJGPP\DJGPP.ENV
  	set PATH=C:\DJGPP\BIN;%PATH%
  
! 4. Reboot.  This makes sure the two lines you added to autoexec.bat
!    will take effect.  (On Windows NT and Windows 2000, the changes
!    take effect immediately, so you don't need to reboot there, but
!    you do have to close and reopen the DOS box windows.)
  
  5. Run the go32-v2.exe program without arguments:
  
--- 224,233 ----
  	set DJGPP=C:\DJGPP\DJGPP.ENV
  	set PATH=C:\DJGPP\BIN;%PATH%
  
! 4. Reboot.  This makes sure the two lines you added to autoexec.bat 
!    will take effect.  (On Windows NT, Windows 2000 and Windows XP, the 
!    changes take effect immediately, so you don't need to reboot there, 
!    but you do have to close and reopen the DOS box windows.)
  
  5. Run the go32-v2.exe program without arguments:
  

- Raw text -


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