From: rcrampton AT armature DOT com (Robin Crampton) Subject: RE: A stupid question + some others 17 Jun 1998 06:48:42 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: gnu-win32 AT cygnus DOT com, pspozio AT hol DOT fr Philippe Spozio wrote: >How to deal with stack size adjustement From the FAQ: How can I adjust the heap/stack size of an application? ------------------------------------------------------- Pass heap/stack linker arguments to gcc. To create foo.exe with a heap size of 1024 and a stack size of 4096, you would invoke gcc as: `gcc -Wl,--heap,1024,--stack,4096 -o foo foo.c' - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".