home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / pgccgcc.zip / emx / doc.new / INSTALL < prev    next >
Text File  |  1999-03-06  |  1KB  |  26 lines

  1. PGCC 1.1.1 is designed to be installed on top of emx 0.9d and will NOT work
  2. with emx 0.9c.
  3.  
  4. If you do not trust PGCC or for some reason want to keep both GCC 2.8.x and
  5. PGCC on your computer, the installation process was designed to allow this.
  6. If you do not want to keep GCC 2.7.2.1, you can just copy all files into
  7. respective directories (for example, /emx/bin.new/* goes into /emx/bin,
  8. /emx/include.new/* goes into /emx/include and so on).
  9.  
  10. To install it on temporary basis you should:
  11.  
  12. -*- Unzip all archives to the root directory on the same drive where emx is
  13.     installed. The files will be unpacked into /emx/bin.new, /emx/include.new,
  14.     /emx/dll.new and so on.
  15.  
  16. -*- Move the file /emx/bin.new/pgcc.cmd into /emx/bin; change it to suit all
  17.     your needs, all instructions are inside pgcc.cmd.
  18.  
  19. -*- To switch to pgcc just execute pgcc.cmd. To switch back exit from your
  20.     shell.
  21.  
  22. To replace gcc 2.8.0 with pgcc 1.1.1 you should:
  23.  
  24. -*- copy all files in /emx/*.new into /emx/*.
  25.     For example, all files from /emx/bin.new into /emx/bin and so on.
  26.