
17 Oct
2010
17 Oct
'10
5:34 p.m.
Hello, I want to install GHC in my home directory on Ubuntu. But when I get to configuring the haskell platform, I need to tell GHC about the non-standard location of the GMP library. GHC does not appear to pass LDPATH or LD_LIBRARY_PATH or LDFLAGS to ld. Making an alias 'ghc=ghc -L$HOME/lib' will not work here. Any suggestions? Thanks, Alex.