home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / misc / 19506 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.7 KB

  1. Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!eb15+
  2. From: eb15+@andrew.cmu.edu (Edward D. Berger)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Fountain
  5. Message-ID: <cfGjGIK00WB_04Z7ck@andrew.cmu.edu>
  6. Date: 6 Jan 93 05:02:44 GMT
  7. Article-I.D.: andrew.cfGjGIK00WB_04Z7ck
  8. References: <C0C7EI.MIp@dcs.ed.ac.uk>
  9.     <C0E0Mq.75x@dcs.ed.ac.uk>
  10. Organization: Pittsburgh Supercomputing Center, Carnegie Mellon, Pittsburgh, PA
  11. Lines: 22
  12. In-Reply-To: <C0E0Mq.75x@dcs.ed.ac.uk>
  13.  
  14. When using the version command on libraries, it always returns the version 
  15. of the the library in use, not the version of a file even if you are in the
  16. libs directory.  I would say to use the FILE keyword, but I currently get no
  17. version string found, when I use that option.  Important system libraries
  18. such as diskfont.library require you to reboot to change versions, since so
  19. may programs access them.  For other libraries, you can just stop all 
  20. processes that use them, and do an "avail flush" command several times to 
  21. force the old libraries out of memory and allow the new version to be loaded
  22. by the next calling program.  
  23.  
  24. Version 37 is supposed to be on the Fonts disk libs directory, and is not the
  25. default 2.x library because it too much ram for small (512K-1M) systems, so
  26. the default version is 36, and the install script asks which version to install
  27. on HD based systems, which probably have more RAM.
  28.  
  29. I'd like to see an enhanced version command which would check the current
  30. directory or given file path, and list both the in-use version and the file
  31. version for libraries, so we can easily check which version is on a 
  32. distribution disk.
  33.  
  34. -Ed Berger
  35. eb15@andrew.cmu.edu
  36.