Hi,
I declared three double matrices in main function and it caused stack overflow.
double a[300][300], b[300][300], c[300][300];
Don't declare huge data structures on the stack.
Max.
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/