[Haskell-cafe] Can't create a static Linux executable when using hmatrix

Kai Zhang kai at kzhang.org
Mon Sep 8 05:15:10 UTC 2014


I have both libblas.a and liblapck.a.


locate libblas.a

/etc/alternatives/libblas.a

/usr/lib/libblas.a

/usr/lib/libblas/libblas.a

On Sun, Sep 7, 2014 at 5:44 PM, Brandon Allbery <allbery.b at gmail.com> wrote:

> On Sun, Sep 7, 2014 at 8:41 PM, Carter Schonwald <
> carter.schonwald at gmail.com> wrote:
>
>> The error says all, you need to install blas / lapack on the target
>> system OR static link those same libs. Adding ransom flags that use the
>> word static wont  do that :-)
>>
>
> More to the point, lapack is static there but the missing functions are
> provided by the blas library, which either wasn't included in the link or
> isn't available on your system as a static library.
>
> --
> brandon s allbery kf8nh                               sine nomine
> associates
> allbery.b at gmail.com
> ballbery at sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonad
> http://sinenomine.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140907/0c479300/attachment.html>


More information about the Haskell-Cafe mailing list