home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / baseline / libg++-2.6.2-warning < prev    next >
Text File  |  1994-12-17  |  1KB  |  27 lines

  1. The FSF libg++ distribution contains files which have names that differ only
  2. in case (uppercase versus lowercase).  I.E. there is a Filebuf.cc and a
  3. filebuf.cc in the same directory.
  4.  
  5. You can't simply untar the FSF distribution archive because first Filebuf.cc
  6. will be extracted, and then filebuf.cc will be extracted in the same
  7. directory, and the contents of filebuf.cc will go into Filebuf.cc.  There
  8. are other collisions as well.
  9.  
  10. The solution used is to rename some files to have leading '_' characters.
  11. Before applying the Amiga diffs and building libg++, you need to have moved
  12. some files in the FSF distribution as follows:
  13.  
  14.     FSF file            Move to
  15.     ------------------        ---------------------
  16.  
  17.     libg++/old-stream/filebuf.cc    libg++/old-stream/_filebuf.cc
  18.     libg++/old-stream/filebuf.h    libg++/old-stream/_filebuf.h
  19.     libg++/src/complex.h        libg++/src/_complex.h
  20.  
  21. Since there is some trickery involved in getting a good base FSF tree
  22. extracted from the tar archive on an Amiga, a suitably modified FSF tree is
  23. provided here for reference purposes in the file libg++-2.6.2.lha.
  24.  
  25. -Fred  ><>
  26.  17-Dec-94
  27.