I tried to attach a test case but it didn't get through the mailfilter, so here it is:
~~ test_gsl.cpp 8< ~~~ #include <gsl/gsl_matrix.h> int main(void) { gsl_matrix *M = gsl_matrix_alloc(1, 1); return 0; } ~~ >8 ~~ Regards, Nils. -- 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/