This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: change to gcc from lcc


Anna Sidera <eep6sa1@ucy.ac.cy> writes:

> The following code works in lcc in windows but it does not work in
> gcc in unix. I think it is memory problem. In lcc there is an option
> to use more temporary memory than the default. Is there something
> similar in gcc?

In gcc, no.  But if you are using gcc on Windows, you are probably
using the GNU linker.  The GNU linker Windowsport supports a --stack
option to set the size of the stack.  This is documented in the GNU
linker manual.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]