Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpfcso!hpfcdc!koren From: koren@hpfcdc.HP.COM (Steve Koren) Newsgroups: comp.sys.amiga.programmer Subject: Re: How to check stack in SAS/C 5.10? Message-ID: <37100010@hpfcdc.HP.COM> Date: 19 Jun 91 14:39:27 GMT References: <1991Jun18.162939.16819@nntp-server.caltech.edu> Organization: HP Fort Collins, Co. Lines: 10 > set at compile time. However, all I could find about this in the docs is a > mention in the Preface, saying you can "specify a minimum stack size by > initializing the stack variable at compile time." What does this mean? What > is "the stack variable"? Is it an environment variable? What are the units-- > bytes or kbytes? Is this further documented elsewhere in the manual? It is a C variable, and the units are bytes. However, it works if you link with c.o, but not with cres.o. - steve