Re: [Help-gsl] libgsl-0.dll linked to lgslcblas

2016-10-15 Thread Francesco Abbate
Hi, I don't remember that details but I had the same problems. I think that you need to build the GSL DLL to be linked statically with openblas. I did it by intercepting the command that build the DLL and I redid the command but by using openblas. I hope that helps. Bye Francesco

Re: [Help-gsl] libgsl-0.dll linked to lgslcblas

2016-10-15 Thread Joshua Shindell
Francesco, Thank you very much for the response. I'll give that a try. By any chance, do you have any guidance as to where in the build script I can find the codes to override? Thanks, Josh On Oct 15, 2016 10:09 AM, "Francesco Abbate" wrote: > Hi, > > I don't remember that details but I had

Re: [Help-gsl] libgsl-0.dll linked to lgslcblas

2016-10-15 Thread Francesco Abbate
Unfortunately for the moment I can tell you exactly because I have access to a Windows PC only at work. What I remember is that I ran "make" normally after "./configure" and I took note of the build command for the DLL so that I can re-issue the command by replacing glscblas with openblas. To capt