Am 14.07.2011, 16:36 Uhr, schrieb Danny Arends <[email protected]>:
Hey all,
I'm trying to build a D application which statically links in the the
blas and lapack libraries
(from http://icl.cs.utk.edu/lapack-for-windows/clapack/index.html ).
When downloading the
pre-build libraries from the website I link them in using:
You save yourself a lot of hassle if you just stick with dlls on Windoze.
Converting prebuilt libs has never really worked for me.
And compiling them with dmc is a nightmare.
But creating an import library from a dll with implib worked really well
so far no matter how the code was compiled.