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 capture the command I have
redirected the make's output into a file.

May be someone in the mailing list can suggest a more clean way of changing
the way to build the GSL shared library. For the moment I cannot suggest
anything better.

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 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 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


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

2016-10-13 Thread Joshua Shindell
Hello,

I am trying to use gsl with openblas. When I compile my C program using
dll's it will not link to openblas.  Dependency walker shows the program is
linked to gsl, which is linked to gslcblas.  Additionally, when I build
only the static libraries and recompile my program I am able to
successfully link my program to openblas.

Additional details: my program does some matrix algebra, runs without any
problems, and produces correct results for all of the cases mentioned
above.  I'm using the latest version of tdm-gcc 64 bit on a Windows 7
machine, and the most recent stable releases for both gsl and openblas.

Any assistance would be much appreciated.

Thank you,

Josh