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

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!malgudi.oar.net!caen!uvaarpa!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: sas/c 6.1 -large libs
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <C0C3pw.H22@unx.sas.com>
  8. Date: Mon, 4 Jan 1993 14:46:44 GMT
  9. Distribution: comp
  10. References:  <19931.4249.21003@dosgate>
  11. Nntp-Posting-Host: twix.unx.sas.com
  12. Organization: SAS Institute Inc.
  13. Lines: 43
  14.  
  15.  
  16. In article <19931.4249.21003@dosgate>, jonathan.forbes@canrem.com (jonathan forbes) writes:
  17. |> So, thinking it might be the size of my library, I replaced most of the
  18. |> library functions with empty functions, and somewhere around the 27-35K
  19. |> range of output file size, it no longer hung [but it didn't output the
  20. |> correct string either].
  21. |> 
  22. |> I also tried creating a completely new library with just one routine
  23. |> (the one above), and it worked fine.
  24. |> 
  25. |> The big library has about 170 routines in it, so I don't know if this is
  26. |> a problem for SAS/C.
  27.  
  28. It shouldn't be a problem.
  29.  
  30. Do you get any linker warnings?  It sounds like you're not getting 
  31. access to your string... I would normally think that you're not
  32. using SAVEDS, but you state that you are.  Perhaps you have more
  33. than 64k of global data?  Try compiling all your routines with
  34. DATA=FAR.  If that fixes it, the problem is something to do with
  35. accessing near data.
  36.  
  37. This sounds complex enough that you should probably contact tech
  38. support about it.  If you haven't already done so, please get
  39. an EMITS report in as soon as possible.
  40.  
  41. |> I'm extremely doubtful it's a problem of SAS/C 6.1, because I've found
  42. |> that errors which seem like compiler errors generally aren't, but I'm
  43. |> rather confused about where the problem might be.
  44.  
  45. Thanks for giving us the benefit of the doubt...  Please contact
  46. tech support and we'll resolve it one way or the other.
  47.  
  48.  
  49. -- 
  50.   *****
  51. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  52.  *|. o.| ||                                          1200/2400/9600 Dual
  53.   | o  |//     For all you do, this bug's for you!
  54.   ====== 
  55. usenet: walker@unx.sas.com                            bix: djwalker 
  56. Any opinions expressed are mine, not those of SAS Institute, Inc.
  57.  
  58.