[Haskell-cafe] Re: Mac OS X dylib woes

John MacFarlane jgm at berkeley.edu
Wed Sep 17 11:48:19 EDT 2008


> If you type "ghc-pkg describe pcre-light", does it list
> "/opt/local/lib" under the "library-dirs:" field?  If not, that's most
> likely your problem.  Try unregistering the library and reinstalling
> with:
> 
> cabal install pcre-light --extra-include-dirs=/opt/local/include
> --extra-lib-dirs=/opt/local/lib

That worked!  Thanks.
John


More information about the Haskell-Cafe mailing list