home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18488 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.9 KB  |  70 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Upgrade MANX C for ADOS 3.0 stuff? How?
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <C0p01p.Bq4@unx.sas.com>
  8. Date: Mon, 11 Jan 1993 13:56:13 GMT
  9. References: <1993Jan04.223531.6723@microsoft.com> <W+tfs*Hw1@caleb.UUCP> <73230@cup.portal.com>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 56
  13.  
  14.  
  15. In article <73230@cup.portal.com>, plav@cup.portal.com (Rick M Plavnicky) writes:
  16. |> environment, but I find it quite confining.) It'll kinda bum me out to
  17. |> end up switching to SAS for current support, and having to a) learn a
  18. |> new way of doing things, and b) figure out how to get all the GUI
  19. |> stuff out of the way without losing too much functionality. 
  20.  
  21. You will have to do (A), but not (B).  The GUI stuff is NOT required
  22. at all.  The command-line compiler and make utility combination works
  23. every bit as well as the GUI.
  24.  
  25. That said, the SCOPTIONS file (which contains compiler command-line
  26. options in ASCII-readable format) is a useful addition to the 
  27. traditional CLI method, and the GUI program for reading and setting
  28. these options *is* convenient, even for CLI users.  If you know the
  29. option you want to set, for example OPTIMIZE to turn on the 
  30. optimizers, just type
  31.  
  32.    SCOPTS OPTIMIZE    or     SCOPTS OPT
  33.  
  34. and it gets added to your SCOPTIONS file.  You can turn previously-
  35. specified options off as well as adding new options:
  36.  
  37.    SCOPTS NOOPTIMIZE   or    SCOPTS NOOPT
  38.  
  39. will remove the previously-specified OPTIMIZE option.  If you don't
  40. know the options, just invoke SCOPTS with no options, and the GUI
  41. pops up, with gadgets for each compiler option.  Place the mouse
  42. cursor over a gadget and hit HELP, and you get information on
  43. the corresponding option.
  44.  
  45. There is a section in our manual that tells you how to convert
  46. Aztec C options to SAS/C V6.0 options.  That might help a bit...
  47. also, I have put a Un*x-like front-end to the V6 stuff out as
  48. freely redistributable software, with source.  It's called
  49. ucc.lzh.  Using this would mean you wouldn't have to change your
  50. basic -c, -o, -g and -i options, along with a couple of others.
  51.  
  52. |> Aside to Doug Walker: How long will the Manx-->SAS upgrade deal you
  53. |> recently mentioned last?  Another week or two?  Indefinitely?
  54. |> Somewhere in between? 
  55.  
  56. That's really up to the marketing folks, but there are no plans that I
  57. know of to withdraw the offer.
  58.  
  59. |> /* Rick Plavnicky  plav@cup.portal.com */
  60.  
  61. -- 
  62.   *****
  63. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  64.  *|. o.| ||                                          1200/2400/9600 Dual
  65.   | o  |//     For all you do, this bug's for you!
  66.   ====== 
  67. usenet: walker@unx.sas.com                            bix: djwalker 
  68. Any opinions expressed are mine, not those of SAS Institute, Inc.
  69.  
  70.