compile with -fomit-frame-pointer and gcc

2002-11-20 Thread Charles Werner
-frame-pointer optimization (default from configure). Without this optimization turned on all is well. Declaring the array static cleared up this problem and the program can be compiled and run sucessfully using -fomit-frame-pointer. Cheers, Charles Werner -- Unsubscribe info: http

Re Document heap chunk in mb

2003-02-04 Thread Charles Werner
Here is what I have written as a possible contribution for the Users Guide concerning adjusting the Cygwin memory limit: Cygwin comes with a maximum program size (program+data) of 384 MB. This means that by default no program can allocate more than this. To run using more real or virtual memor