
11 Nov
2008
11 Nov
'08
7:51 a.m.
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.