------- Comment #2 from dominiq at lps dot ens dot fr 2010-02-12 12:53 ------- As far as I know the "unlimited" stack size on Darwin cannot be larger than 64Mbytes. If you need/want more you need some special incantations: -Wl,-stack_size,... (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42135 ). Note that I have found that -stack_addr,... must be added on 32 bit mode.
Disclaimer: I have a very limited understanding of this feature and recommend to look at the Apple's doc for any serious use of it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43050