This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: gdb - Win95 problem - stack?


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".


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