Re: Problem interfacing with GSL

2014-12-01 Thread Arjan via Digitalmars-d-learn
On Sunday, 30 November 2014 at 16:26:53 UTC, Joseph Rushton Wakeling via Digitalmars-d-learn wrote: On 30/11/14 13:21, Arjan via Digitalmars-d-learn wrote: Hi! D noob here. I'm trying to call this function from the GSL lib: Out of curiosity (since your question has already been answered),

Re: Problem interfacing with GSL

2014-12-01 Thread John Colvin via Digitalmars-d-learn
On Monday, 1 December 2014 at 12:17:46 UTC, Arjan wrote: On Sunday, 30 November 2014 at 16:26:53 UTC, Joseph Rushton Wakeling via Digitalmars-d-learn wrote: On 30/11/14 13:21, Arjan via Digitalmars-d-learn wrote: Hi! D noob here. I'm trying to call this function from the GSL lib: Out of

Problem interfacing with GSL

2014-11-30 Thread Arjan via Digitalmars-d-learn
Hi! D noob here. I'm trying to call this function from the GSL lib: double gsl_stats_long_double_mean (const long double [], const size_t, const size_t); linking with: -L-lgsl -L-lgslcblas -L-lm I have tried different configurations, refering to http://dlang.org/interfaceToC.html and the

Re: Problem interfacing with GSL

2014-11-30 Thread John Colvin via Digitalmars-d-learn
On Sunday, 30 November 2014 at 12:21:51 UTC, Arjan wrote: Hi! D noob here. I'm trying to call this function from the GSL lib: double gsl_stats_long_double_mean (const long double [], const size_t, const size_t); linking with: -L-lgsl -L-lgslcblas -L-lm I have tried different configurations,

Re: Problem interfacing with GSL

2014-11-30 Thread Arjan via Digitalmars-d-learn
On Sunday, 30 November 2014 at 13:09:15 UTC, John Colvin wrote: On Sunday, 30 November 2014 at 12:21:51 UTC, Arjan wrote: Hi! D noob here. I'm trying to call this function from the GSL lib: double gsl_stats_long_double_mean (const long double [], const size_t, const size_t); linking with:

Re: Problem interfacing with GSL

2014-11-30 Thread Joseph Rushton Wakeling via Digitalmars-d-learn
On 30/11/14 13:21, Arjan via Digitalmars-d-learn wrote: Hi! D noob here. I'm trying to call this function from the GSL lib: Out of curiosity (since your question has already been answered), what functionality is it that is making you want to use GSL? I ask because I want to be sure we're