gdb - Win95 problem - stack?

Mumit Khan khan@xraylith.wisc.edu
Wed Oct 7 22:33:00 GMT 1998


On Tue, 6 Oct 1998, Bruce Wampler wrote:

> 
> The message implies a stack problem. Is there a way to increase the stack size
> on Win95? I looked at all the documentation (and the archives) I could find for g++, gdb, and
> ld, and could find nothing about setting or changing the stack size or about this
> problem.
> 

  $ ld --help
  $ ld --stac <stacksize> ...
  $ gcc -Wl,--stack,<stacksize> [ ... ]

Regards,
Mumit

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list