home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!malgudi.oar.net!caen!uvaarpa!concert!sas!mozart.unx.sas.com!walker
- From: walker@twix.unx.sas.com (Doug Walker)
- Subject: Re: sas/c 6.1 -large libs
- Originator: walker@twix.unx.sas.com
- Sender: news@unx.sas.com (Noter of Newsworthy Events)
- Message-ID: <C0C3pw.H22@unx.sas.com>
- Date: Mon, 4 Jan 1993 14:46:44 GMT
- Distribution: comp
- References: <19931.4249.21003@dosgate>
- Nntp-Posting-Host: twix.unx.sas.com
- Organization: SAS Institute Inc.
- Lines: 43
-
-
- In article <19931.4249.21003@dosgate>, jonathan.forbes@canrem.com (jonathan forbes) writes:
- |> So, thinking it might be the size of my library, I replaced most of the
- |> library functions with empty functions, and somewhere around the 27-35K
- |> range of output file size, it no longer hung [but it didn't output the
- |> correct string either].
- |>
- |> I also tried creating a completely new library with just one routine
- |> (the one above), and it worked fine.
- |>
- |> The big library has about 170 routines in it, so I don't know if this is
- |> a problem for SAS/C.
-
- It shouldn't be a problem.
-
- Do you get any linker warnings? It sounds like you're not getting
- access to your string... I would normally think that you're not
- using SAVEDS, but you state that you are. Perhaps you have more
- than 64k of global data? Try compiling all your routines with
- DATA=FAR. If that fixes it, the problem is something to do with
- accessing near data.
-
- This sounds complex enough that you should probably contact tech
- support about it. If you haven't already done so, please get
- an EMITS report in as soon as possible.
-
- |> I'm extremely doubtful it's a problem of SAS/C 6.1, because I've found
- |> that errors which seem like compiler errors generally aren't, but I'm
- |> rather confused about where the problem might be.
-
- Thanks for giving us the benefit of the doubt... Please contact
- tech support and we'll resolve it one way or the other.
-
-
- --
- *****
- =*|_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.
-
-