home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / applicat / 6750 < prev    next >
Encoding:
Text File  |  1992-08-25  |  2.9 KB  |  75 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: SAS C 6.0
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <BtJvtn.9pC@unx.sas.com>
  8. Date: Tue, 25 Aug 1992 17:41:46 GMT
  9. References: <1992Aug24.210432.23606@regina.cs.uregina.ca> <64602@cup.portal.com> <BtJJr5.Hu7@unx.sas.com> <1992Aug25.144411.5900@cco.caltech.edu>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 61
  13.  
  14.  
  15. In article <1992Aug25.144411.5900@cco.caltech.edu>, rknop@cco.caltech.edu (Robert Andrew Knop) writes:
  16. |> jamie@cdevil.unx.sas.com (James Cooper) writes:
  17. |> 
  18. |> >There is also ~700K of online HyperText style docs.
  19. |> 
  20. |> One thing that has me a little concerned is that I am somewhat running out of
  21. |> elbow room on my 50 Meg hard drive.  How much more space will SAS/C 6.0 take
  22. |> up than does 5.10b?  Right now, I only have the 2.0 includes up (I took the
  23.  
  24. It depends on what you install.  The installation program gives you
  25. the choice of installing/not installing lots of individual pieces of
  26. the system.  The system will work fine if you don't install the
  27. online help, except the online help won't work 8^)
  28.  
  29. The various segments you can install are:
  30.  
  31.    Compiler
  32.    Optimizers
  33.    Assembler and Assembler header files
  34.    Debugger
  35.    Cross debugger
  36.    Extra utilities
  37.    Examples and source
  38.    Online help system
  39.  
  40. In addition, if you choose to install the base compiler, you can
  41. choose to install either compressed or uncompressed headers (there
  42. is really no need to install both); and you can choose to install
  43. whichever sets of libraries you want, based on the options you
  44. intend to compile with.  If you change your mind later, you can
  45. run the install program again and install the pieces that you
  46. missed the first time.
  47.  
  48. I did a test install and selected Compiler, Optimizers, Debugger,
  49. and Extra utilities.  I installed uncompressed headers and I
  50. installed all sets of libraries.  The total size was about
  51. 3 megabytes.  You could probably cut back on this a good bit
  52. by cutting out the library combinations that you don't use.
  53.  
  54. Adding the assembler increases this to 3.5 megabytes, mostly due 
  55. to the size of the assembler header files.
  56.  
  57. If you install everything, including the online help, it adds up to 
  58. about 5.5 megabytes.
  59.  
  60. If you did choose to have both compressed and uncompressed headers
  61. around for some reason, one SCOMPACT command would compact the
  62. entire tree:
  63.  
  64.    scompact <sourcedir> <destdir> ALL
  65.  
  66. -- 
  67.   *****
  68. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  69.  *|. o.| ||                                          1200/2400/9600 Dual
  70.   | o  |//     For all you do, this bug's for you!
  71.   ====== 
  72. usenet: walker@unx.sas.com                            bix: djwalker 
  73. Any opinions expressed are mine, not those of SAS Institute, Inc.
  74.  
  75.