This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with GCC under MacOSX


Hi Pierre,

Not a OS X nor GCC 3.1 problem, it's a user problem. You've exhausted the default stack size.

Increase the stack size to an appropriate amount, or allocate the large 2-D array on the heap.

--Eljay


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