home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / libg++-2.7.1-warning < prev    next >
Text File  |  1996-10-12  |  1KB  |  26 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.
  8.  
  9. The solution used is to rename some files to have leading '_' characters.
  10. Before applying the Amiga diffs and building libg++, you need to have moved
  11. some files in the FSF distribution as follows:
  12.  
  13.     FSF file            Move to
  14.     ------------------        ---------------------
  15.  
  16.     libg++/old-stream/filebuf.cc    libg++/old-stream/_filebuf.cc
  17.     libg++/old-stream/filebuf.h    libg++/old-stream/_filebuf.h
  18.  
  19. Since there is some trickery involved in getting a good base FSF tree
  20. extracted from the tar archive on an Amiga, a suitably modified FSF tree is
  21. provided here for reference purposes in the file libg++-2.7.1-src.tgz.
  22.  
  23. -Fred  ><>
  24.  16-Feb-96
  25.  
  26.