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

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!jamie
  3. From: jamie@cdevil.unx.sas.com (James Cooper)
  4. Subject: Re: SAS/C 6.0 Details (LONG!)
  5. Originator: jamie@cdevil.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <Btp8F8.LJt@unx.sas.com>
  8. Date: Fri, 28 Aug 1992 15:01:55 GMT
  9. References: <BtHpp5.BDq@unx.sas.com> <Bt8H7F.BL8@unx.sas.com> <rwm.714888613@atronx.OCUnix.On.Ca>
  10. Nntp-Posting-Host: cdevil.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 73
  13.  
  14.  
  15. In article <rwm.714888613@atronx.OCUnix.On.Ca>, rwm@atronx.OCUnix.On.Ca (Russell McOrmond) writes:
  16. >walker@twix.unx.sas.com (Doug Walker) writes:
  17. >>6.0.  However, with 5.10, the installation script did ask you 
  18. >>whether you wanted to install 1.3 stuff, so I don't understand
  19. >>what the problem was with installation.  Did you call technical 
  20. >>support?
  21. >
  22. >  All scripts I got, including the upgrades to 5.10a and 5.10b had
  23. >the '2.0' stuff as 'optional', and the 1.3 stuff as required.  No, I
  24. >did not call technical support as I assumed since the scripts specifically
  25. >stated this that this was the 'intended' operation.
  26.  
  27. That's really strange... let me look at the script from my copy of the
  28. 5.10b master...
  29.  
  30. Yep.  Here's what mine says:
  31.  
  32. --------------------- cut --------------------------------
  33.  
  34. echo "With AmigaDOS 2.0, there are a newer set of include files"
  35. echo "You may choose to install the existing 1.3 header files,"
  36. echo "the newer 2.0 header files, or both sets."
  37. echo " "
  38. ask "Install 1.3 header files? "
  39. if warn
  40.         .
  41.         .
  42.         .
  43.         [stuff for 1.3 header installation]
  44.         .
  45.         .
  46.         .
  47. endif
  48. ask "Install 2.0 header files? "
  49. if warn
  50.         .
  51.         .
  52.         .
  53.         [stuff for 2.0 header installation]
  54.         .
  55.         .
  56.         .
  57. endif
  58.  
  59. -------------------- cut ---------------------------------
  60.  
  61. This is from lines 94 - 142 of the file 's/install_hd' on Disk #1 of the
  62. 5.10b distribution.  As far as I can tell, this particular section of
  63. lines is exactly the same as the 5.10 and 5.10a distributions as well.
  64.  
  65. >  When I installed SAS 5.10, it was on an A3000 that I had already removed
  66. >the 1.3 partition off of as I felt AmigaDos 1.3 was a waste of disk space.
  67. >If the option existed at any point, I would have used it.
  68.  
  69. The above seems to give a pretty clear choice, with nothing forced on
  70. you by the script...
  71.  
  72. >  The basic statement is that 6.0 will allow me to install *ONLY* the
  73. >2.0 includes, which will make installation and upgrades easier.
  74.  
  75. Yes, 6.0 is *much* easier to install, since we're now using Commodore's
  76. Installer.  Only having the 2.0 includes is no problem, since you can
  77. still create programs that work with 1.3, as long as you don't access
  78. any 2.0 specific features.
  79.  
  80. -- 
  81. ---------------
  82. Jim Cooper
  83. (jamie@unx.sas.com)                             bix: jcooper
  84.  
  85. Any opinions expressed herein are mine (Mine, all mine!  Ha, ha, ha!),
  86. and not necessarily those of my employer.
  87.