[haskell-llvm] running in ghci
Henning Thielemann
lemming at henning-thielemann.de
Sun Dec 19 17:01:54 EST 2010
On Sun, 19 Dec 2010, Henning Thielemann wrote:
> I have removed the according modules from the Other-Modules list in
> llvm.cabal and then I get cute small running executables!
If I remove 'pthread' from Extra-Libraries and add 'LLVM-2.8rc' to
Extra-GHCi-Libraries in
$HOME/.ghc/i386-linux-6.12.3/package.conf.d/llvm-0.9.0.1-*.conf
and run
ghc-pkg recache --user
I am even able to run 'llvm' example programs from within GHCi!
Again, I'd like to know how to let the 'llvm' configure procedure do this
automatically.
More information about the Haskell-llvm
mailing list