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 forums, but it always gives me probems like,
calling it the wrong way or segmentation falt.
Can anyone help?

Arjan

Reply via email to