Charles D. Russell wrote: >>> Is there some limit on the size of one-dimensional static arrays in >>> cygwin/gcc short of available memory and 2**32 address space? Is >>> there some place I should be looking this up?
Max Bowsher wrote; >> http://cygwin.com/cygwin-ug-net/setup-maxmem.html Charles D. Russell wrote: > (Response to Max Bowsher): > > Thanks, but my question was whether there is any OTHER limit than > memory. Any compiler or system limit? The limit I referred you to above is neither the limit of "available memory" ot "2**32 address space". It is a "system limit". For compiler limits, see gcc docs. (http://gcc.gnu.org/onlinedocs/) Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/