[Haskell-cafe] Re: Linking hmatrix without LAPACK

2009-04-06 Thread Duane Johnson
py with hmatrix as I've used it in ghci, and I should first thank you for making such an excellent package. I've had trouble when linking it using "ghc --make" on Mac OS (Leopard). Below are two messages I sent to the Haskell Cafe mailing list. Do you have any insight

[Haskell-cafe] Re: Linking hmatrix without LAPACK

2009-04-06 Thread Duane Johnson
kage. I've had trouble when linking it using "ghc --make" on Mac OS (Leopard). Below are two messages I sent to the Haskell Cafe mailing list. Do you have any insight into either question: 1. How to link without atlas/lapack 2. What the "not a valid archive member&qu

[Haskell-cafe] Re: Linking hmatrix without LAPACK

2009-04-05 Thread Duane Johnson
On a related note, I've installed Atlas, and I get the following error when linking: Linking SilkwormGame ... ld: in /opt/local/lib/liblapack.a(), not a valid archive member collect2: ld returned 1 exit status How would I go about diagnosing this? I've never seen an ld error like that.