Problems with static linking of c libraries

Trass3r un at known.com
Thu Jul 14 09:51:49 PDT 2011


Am 14.07.2011, 16:36 Uhr, schrieb Danny Arends <Danny.Arends at gmail.com>:

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


More information about the Digitalmars-d-learn mailing list