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