I'm getting the error message that "The program can't start because cyggsl-0.dll" is missing from your computer"
Upon compiling I get the errors: ---------------------------------------------------_____________________________________ In file included from /usr/include/gsl/gsl_blas.h:29:0, from main.C:31: /usr/include/gsl/gsl_blas_types.h:43:15: error: using typedef-name 'CBLAS_ORDER' after 'enum' typedef enum CBLAS_ORDER CBLAS_ORDER_t; ^ In file included from /usr/include/gsl/gsl_cblas.h:1:0, from /usr/include/gsl/gsl_blas_types.h:28, from /usr/include/gsl/gsl_blas.h:29, from main.C:31: /usr/include/cblas.h:25:22: note: 'CBLAS_ORDER' has a previous declaration here typedef CBLAS_LAYOUT CBLAS_ORDER; /* this for backward compatibility with CBLAS_ORDER */ ^ In file included from /usr/include/gsl/gsl_blas.h:29:0, from main.C:31: /usr/include/gsl/gsl_blas_types.h:44:15: error: using typedef-name 'CBLAS_TRANSPOSE' after 'enum' typedef enum CBLAS_TRANSPOSE CBLAS_TRANSPOSE_t; ^ In file included from /usr/include/gsl/gsl_cblas.h:1:0, from /usr/include/gsl/gsl_blas_types.h:28, from /usr/include/gsl/gsl_blas.h:29, from main.C:31: /usr/include/cblas.h:20:69: note: 'CBLAS_TRANSPOSE' has a previous declaration here typedef enum {CblasNoTrans=111, CblasTrans=112, CblasConjTrans=113} CBLAS_TRANSPOSE; ^ In file included from /usr/include/gsl/gsl_blas.h:29:0, from main.C:31: /usr/include/gsl/gsl_blas_types.h:45:15: error: using typedef-name 'CBLAS_UPLO' after 'enum' typedef enum CBLAS_UPLO CBLAS_UPLO_t; ^ In file included from /usr/include/gsl/gsl_cblas.h:1:0, from /usr/include/gsl/gsl_blas_types.h:28, from /usr/include/gsl/gsl_blas.h:29, from main.C:31: /usr/include/cblas.h:21:47: note: 'CBLAS_UPLO' has a previous declaration here typedef enum {CblasUpper=121, CblasLower=122} CBLAS_UPLO; ^ In file included from /usr/include/gsl/gsl_blas.h:29:0, from main.C:31: /usr/include/gsl/gsl_blas_types.h:46:15: error: using typedef-name 'CBLAS_DIAG' after 'enum' typedef enum CBLAS_DIAG CBLAS_DIAG_t; ^ In file included from /usr/include/gsl/gsl_cblas.h:1:0, from /usr/include/gsl/gsl_blas_types.h:28, from /usr/include/gsl/gsl_blas.h:29, from main.C:31: /usr/include/cblas.h:22:48: note: 'CBLAS_DIAG' has a previous declaration here typedef enum {CblasNonUnit=131, CblasUnit=132} CBLAS_DIAG; ^ In file included from /usr/include/gsl/gsl_blas.h:29:0, from main.C:31: /usr/include/gsl/gsl_blas_types.h:47:15: error: using typedef-name 'CBLAS_SIDE' after 'enum' typedef enum CBLAS_SIDE CBLAS_SIDE_t; ^ In file included from /usr/include/gsl/gsl_cblas.h:1:0, from /usr/include/gsl/gsl_blas_types.h:28, from /usr/include/gsl/gsl_blas.h:29, from main.C:31: /usr/include/cblas.h:23:46: note: 'CBLAS_SIDE' has a previous declaration here typedef enum {CblasLeft=141, CblasRight=142} CBLAS_SIDE; ------------------------------------------------------------------------------------------------------------------ Any help is appreciated. Thanks. -- View this message in context: http://cygwin.1069669.n5.nabble.com/Volunteer-to-update-GNU-Scientific-Library-package-to-gsl-2-2-tp132997p133023.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple