home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / readme-first < prev    next >
Text File  |  1993-12-23  |  6KB  |  131 lines

  1.  
  2.            IMPORTANT INFORMATION FOR THIS CD-ROM
  3.                 (Updated 12-24-93)
  4.  
  5. This file contains important information that applies to this particular
  6. CD-ROM.  For general information about the Amiga Library CD-ROM's, infor-
  7. mation about the contents of this particular CD-ROM, and other important
  8. information, read the various files in the "Information" directory.  The
  9. files "Changes" and "Feedback" may be of particular interest.  Also be sure
  10. to read the LEGAL-NOTICE, COPYRIGHT, WARRANTY, and SHAREWARE if you have
  11. not done so before.
  12.  
  13. This is the second CD-ROM in my "Fresh Fish" series, which is intended to
  14. eventually be a monthly production.  A combination of factors conspired to
  15. keep this CD-ROM from being produced in mid December, including dealing
  16. with the virus on the first CD-ROM and being out of town for almost 3 weeks
  17. total between early November and mid December.  Then the unexpected (on my
  18. part) shutdown of the CD-ROM pressing plant that I normally use, from
  19. 12/23/93 to 1/2/94 torpedoed plans to get the CD-ROM out before the end of
  20. December.  It's still called the December CD-ROM though, because it was
  21. basically created and ready to go in December, it just couldn't be pressed
  22. until after the holidays.
  23.  
  24. Progress is being made on a system to make browsing the contents of the
  25. CD-ROM much easier, and for finding specific things on each CD-ROM and
  26. across a series of CD-ROM's.  I hoping to have all the pieces in place in
  27. time to include it on the next CD-ROM.  Users have also asked for an easy
  28. way to make floppy disk copies from the contents of the floppy disks
  29. included on the CD-ROM, and I am pursuing several different possibilities
  30. for filling this need.
  31.  
  32. This CD-ROM contains approximately 107Mb of new material, 215Mb of useful
  33. tools including gcc 2.5.7, emacs 18.59, PasTeX, etc, and 278Mb of older
  34. material (such as floppy distributions).  All of the source to the supplied
  35. GNU binaries is provided and I have personally built all the supplied
  36. binaries from the supplied source (except GNU emacs) to verify that the
  37. binaries are in fact recreatable from the supplied source code.  For more
  38. information about the contents of the CD-ROM see the files in the
  39. "Information" directory.
  40.  
  41.  
  42. INSTALLATION
  43.  
  44. This CD-ROM contains lots of utilities that are ready to run directly off
  45. the CD-ROM.  This will be slower than running off a hard drive, but CD-ROM
  46. drives are improving constantly, so if you have one of the newer double,
  47. triple, or quad speed drives, this should not be too painful.  You may be
  48. able to save as much as a 200Mb of disk space by running directly off the
  49. CD-ROM.
  50.  
  51. For this CD-ROM all of the setup necessary to run most things off the
  52. CD-ROM is for you to run the script FreshFish-Dec93:Useful/s/FFCD-Startup
  53. from your S:User-Startup file, like this:
  54.  
  55.     if exists FreshFish-Dec93:Useful/s/FFCD-Startup
  56.         echo "Running FreshFish-Dec93:Useful/s/FFCD-Startup..."
  57.         execute FreshFish-Dec93:Useful/s/FFCD-Startup
  58.     endif
  59.  
  60. This should be added to your S:User-Startup before the LoadWB command, so
  61. that the WorkBench will know about the directories added to the command
  62. search path.  Once you have added this to your S:User-Startup, you will
  63. need to reboot for it to take effect.
  64.  
  65. If you want a more customized environment, you can look at what the
  66. FFCD-Startup script is doing and use appropriate bits and pieces in your
  67. own S:User-Startup or S:FFCD-Startup.  Future disks may have a more
  68. sophisticated method of customizing the environment to allow things to run
  69. off the CD-ROM.
  70.  
  71.                *** IMPORTANT ***
  72.  
  73.     Some of the GNU utilities, gcc in particular, require a
  74.     very large stack.  You need to arrange that the CLI/Shell
  75.     or whatever you run these programs from has a large stack
  76.     set.  In a CLI you can set this with a command of the
  77.     form "stack 100000" (100000 is what I use).  You can also
  78.     put this command in your S:Shell-Startup file to get large
  79.     stacks for all CLI/Shell startups, without having to 
  80.     remember to manually set the stack each time.  Really huge
  81.     compiles, like recompiling the compiler itself, may require
  82.     even more stack space (like 300Kb or more).
  83.  
  84.             
  85.  
  86. GNU UTILITIES
  87.  
  88.     *    This CD-ROM contains ports of various GNU utilities that are in
  89.     various stages of stability.  See Useful/dist/gnu/README for
  90.     further information.
  91.  
  92.     *    I am very picky about adhering completely to the conditions of the
  93.     GNU Public License, so all of the GNU code that goes on one of the
  94.     CD-ROM's has to be build and tested the first time it is included
  95.     and each time it is updated.  Expect this portion of the CD-ROM to
  96.     continually grow with each CD-ROM release, as more ports of GNU
  97.     code are added.
  98.  
  99. SAS C INCOMPATIBILITY
  100.  
  101.     *    The assign of lib: used by this CD-ROM conflicts with Lattice/SAS
  102.     C, which wants to use the same assign.  I don't have a recommended
  103.     way of dealing with this conflict yet.  I have some ideas though,
  104.     and hopefully this won't be an issue for future CD-ROMs.
  105.  
  106.     *    The simplest solution for now may be to patch your SAS C
  107.     executables to look for SLB: instead of LIB:.  However this
  108.     will cause problems with Makefiles and other such files that
  109.     reference LIB:.
  110.  
  111.  
  112. USER FEEDBACK NEEDED
  113.  
  114.     *    I am always interested in hearing about things that might make
  115.     this CD-ROM more useful for users.  It is particularly important
  116.     at this stage that I get feedback from users about problems that
  117.     need fixing, or suggestions on how to make the CD-ROM more useful.
  118.  
  119.     *    You can FAX your comments to me at (602) 917-0917, however
  120.     please understand that I may not be able to respond to, or even
  121.     acknowledge receipt of, every problem report and suggestion that
  122.     arrives.
  123.  
  124.  
  125. CHANGES SINCE LAST FRESH FISH CD-ROM
  126.  
  127.     *    See the file Information/Changes for a summary of changes since
  128.     the last Fresh Fish CD-ROM.
  129.  
  130. -Fred Fish  ><>
  131.