Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!wuarchive!decwrl!shlump.nac.dec.com!riscy.dec.com!riscy!dbb From: dbb@riscy.enet.dec.com (David Barrett) Newsgroups: comp.sys.dec Subject: Re: DEC3100 cc compiler.. How to control stack size ? Message-ID: <1540@riscy.dec.com> Date: 30 Nov 89 20:07:31 GMT References: <3088@cbnewsl.ATT.COM> Sender: news@riscy.dec.com Reply-To: dbb@riscy.enet.dec.com Distribution: na Organization: Digital Equipment Corporation, NYC Lines: 24 > > Hi! I am somewhat new to the DEC3100 software environment and am having > difficulty porting some of our C programs from an ATT Unix (on VAX) to > the 3100. I get a stack overflow message during execution, and do not > know how to increase the stack size during compile/link phase. Any help > appreciated. Thanks. Actually, it's csh that is giving you the error message. The built-in command "limit" will take care of the problem. Just try: % limit stacksize unlimited Or you may want to try incrementing it little by little until the error goes away. David Barrett dbb@riscy.enet.dec.com ..!decwrl!riscy.enet!dbb