[comp.lang.c] Lattic C stack warning

lynda@maccs.UUCP (Lynda Williams) (12/05/86)

     Can anyone tell me how to get rid of the Lattice C compiler's
warning about an undefined stack?
     My programs run, and all specified libraries get included as per
the link instructions in my makefile, all presumable using some
default stack size. As soon as I start using VSI screen libraries
though, the thing crashes. Some sample code which does NOT create
this problem includes an assignment to _stack as an external var,
but setting _stack to explicitly did not get rid of the problem or
the warning.
    Is there something I am suppose to link in to take care of this,
or some paramter to the lc or lc1 & lc2 compile phases I am missing?
If the latter, what are the magic words for lc as opposed to the two
phase complier.