[Haskell-cafe] Installation issues with Centos

Brandon Allbery allbery.b at gmail.com
Mon Sep 3 05:05:55 CEST 2012


On Sun, Sep 2, 2012 at 10:49 PM, Manish Trivedi <trivmanish at gmail.com>wrote:

> I am attaching the config.log in the email.
>

You didn't install ghc properly, or you did and you then added its internal
directory to your $PATH. The executables in /usr/local/lib/ghc-7.4.1 should
not be run directly, as they require setup which is done by wrapper scripts
that should be installed in /usr/local/bin if you installed it correctly.

configure:2198: checking ghc actually works
>
> configure:2207: /usr/local/lib/ghc-7.4.1/ghc -o conftest conftest.hs
>
> ghc: missing -B<dir> option
>
>
-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120902/ea0e1b22/attachment.htm>


More information about the Haskell-Cafe mailing list