home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / GNUC167.ZIP / INSTALL < prev    next >
Text File  |  1991-12-14  |  1KB  |  51 lines

  1.     set PATH=directory to find the binaries in
  2.     set LIB=directory to find the libraries in
  3.  
  4.     set GPP_NULL=the path and name of the scratch file
  5.  
  6.         The scratch file is used by the C++ compiler as temporary
  7.         storage for code fragments.  Use an editor to create an
  8.         <empty> file called, for example, C:\TMP\NULLFILE
  9.  
  10.         set GPP_NULL=C:\TMP\NULLFILE
  11.  
  12.         THIS FILE MUST EXIST OR THE COMPILER WILL ABORT!!!!
  13.  
  14.  
  15.  
  16.  
  17.     set TMPDIR=directory to use for temporary files
  18.  
  19.         Example:
  20.                  set TMPDIR=C:/TMP
  21.  
  22.                               ^
  23.                               !
  24.                               !
  25.                               +------  Note the direction of this!!
  26.  
  27.  
  28.  
  29.  
  30.  
  31.     set GCC_INCLUDE_DIR=directory to find C header files in
  32.  
  33.     set GPP_INCLUDE_DIR=directory to find C++ header files in
  34.  
  35.     set OS2_INCLUDE_DIR=directory to find OS/2 header files in
  36.  
  37.  
  38.         Example:
  39.                  set GCC_INCLUDE_DIR=C:/INCLUDE/GCC
  40.                  set GPP_INCLUDE_DIR=C:/INCLUDE/GPP
  41.                  set OS2_INCLUDE_DIR=C:/INCLUDE/OS2
  42.  
  43.                                        ^       ^
  44.                                        !       !
  45.                                        !       !
  46.                                        +-------+-----  Note the direction!!
  47.  
  48.  
  49.     Installation complete.
  50.  
  51.