Hugo Pacheco wrote:
> it is however. the same happened to me.
> you just need to run
> 
> cabal install pcre-light --extra-include-dirs=/opt/local/include
> --extra-lib-dirs=/opt/local/lib
> 
> My location is /opt/local, since I installed pcre via macports
> 
> sudo port install pcre

Alternatively:
    export CPATH=/opt/local/include
    export LIBRARY_PATH=/opt/local/lib
    export LD_LIBRARY_PATH=/opt/local/lib
    export DYLD_LIBRARY_PATH=/opt/local/lib
should work, too

C.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to