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

Brandon Allbery allbery.b at gmail.com
Mon Sep 8 00:44:42 UTC 2014


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/fd70fedf/attachment.html>


More information about the Haskell-Cafe mailing list