Program stack question

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Tue May 30 23:10:00 GMT 2000


>  Is it possible to set the stack size for a program?? 
>  If so, how can this be done??
>  This is using GCC on a SUN Solaris system.

Not in the compiler, no. If possible at all, it would be a property of
the linker or the operating system. On Solaris, see limit(1) for
details.

Regards,
Martin


More information about the Gcc-help mailing list