This is the mail archive of the cygwin mailing list for the Cygwin 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: 1.5.23: Program with GSL does not compile


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/


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