[comp.lang.c] QuickC Fatal Error, Automatic Allocation Exceeds 32k

eabg020@orion.oac.uci.edu (Donald Doherty) (08/21/90)

I am getting the fatal-error message "automatic allocation exceeds 32k"
while compiling in the QuickC environment.  Evidently the space allocated
for the local variables of the "main" function is 32k and, due to the
fact that the program is math intensive with several variables (mostly
of type double and several arrays), I have exceeded this limit.

It is not clear to me how to change the amount of memory allocated to the
local variables of any one function.

Help in this matter will be greatly appreciated.


Thank you!

	Don D.

	eabg020@orion.oac.uci.edu