Posted: Tue Jun 09, 2009 9:32 pm Post subject: Need help in installing in Haskell
Hi
I am trying to install hmatrix into haskell. After getting all the required .dll's, etc... I typed : runhaskell Setup configure'. It in turn replied: "At least one of the following dependencies are missing: storable-complex- any."
How do I fix this?
Sponsor Sponsor
A.J
Posted: Tue Jun 09, 2009 10:01 pm Post subject: RE:Need help in installing in Haskell
I want to install Numeric.LinearAlgebra. It is a lot of hassle. If any one has it already installed on them, are they willing tom compile something for me? This is very important.
Thanks
rizzix
Posted: Wed Jun 10, 2009 2:28 pm Post subject: RE:Need help in installing in Haskell
In the Command Prompt:
code:
cabal install hmatrix
A.J
Posted: Wed Jun 10, 2009 4:02 pm Post subject: RE:Need help in installing in Haskell
It says that cabal isn't an internal or external command
rizzix
Posted: Fri Jun 12, 2009 10:40 am Post subject: RE:Need help in installing in Haskell