<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Sep 8, 2014 at 12:06 PM, Kai Zhang <span dir="ltr"><<a href="mailto:kai@kzhang.org" target="_blank">kai@kzhang.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small">I have all these libraries installed, and I have no problem install hmatrix and use it in regular haskell programs. But I would like to run my executable on another computer which do not have lapack and some other libraries. Currently I have to resort to setting up a virtual machine matching the target system where I compile my program, and then move it and shared libraries to the system.</div></div></blockquote></div><div><br></div><div>Then you need to find out why either BLAS is not being linked or its static library is missing those functions. "cabal install -v3" might help, as might inspecting config.log if it is using configure.</div><div><br></div>-- <br><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div>
</div></div>