Stephen Crowley stephenc@placemark.com writes:
What is the proper way to increase the stack size for winelib applications? There seems to be a limit of around 2^20 bytes right now.
There is no way to do this at the moment; but it shouldn't be too hard to add support for a 'stack' statement in the application spec file.
On Mon, Jun 04, 2001 at 12:02:09PM -0700, Alexandre Julliard wrote:
Stephen Crowley stephenc@placemark.com writes:
What is the proper way to increase the stack size for winelib applications? There seems to be a limit of around 2^20 bytes right now.
There is no way to do this at the moment; but it shouldn't be too hard to add support for a 'stack' statement in the application spec file.
Thanks. Where would I look to change this in the source? I'm using some linear regression DLLs under linux and we have to deal with some fairly large matrices.