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

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!usc!sdd.hp.com!swrinde!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Problems with cback.o.. 100% background procs
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <C0EC3z.MCq@unx.sas.com>
  8. Date: Tue, 5 Jan 1993 19:43:11 GMT
  9. References: <C0CrLq.5uD@usenet.ucs.indiana.edu> <C0DywK.69n@unx.sas.com> <C0E896.Mvn@usenet.ucs.indiana.edu>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 27
  13.  
  14.  
  15. In article <C0E896.Mvn@usenet.ucs.indiana.edu>, shulick@cineret.ucs.indiana.edu (Sam Hulick) writes:
  16. |> I see no -Li in the manuals.  I'm looking under the docs for "lc".
  17. |> -L<x> is here, but there's no 'i' for it.  Could you just give me the
  18. |> option to specify on the blink line, if possible?
  19.  
  20. Add the following to your BLINK command line:
  21.  
  22.    define __main=__tinymain
  23.  
  24. Under 6.0, you'd need to add this to your SLINK command line:
  25.  
  26.    define ___main=___tinymain
  27.  
  28. Note that there are three underscores instead of two in 6.0.
  29.  
  30. |>     // Amiga 3000   ___ \ Sam Hulick: shulick@indiana.edu (NeXTmail OK!)
  31.  
  32. -- 
  33.   *****
  34. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  35.  *|. o.| ||                                          1200/2400/9600 Dual
  36.   | o  |//     For all you do, this bug's for you!
  37.   ====== 
  38. usenet: walker@unx.sas.com                            bix: djwalker 
  39. Any opinions expressed are mine, not those of SAS Institute, Inc.
  40.  
  41.