On my system, the xml-1.3.12 package fails to build when it tries to
execute /Developer/usr/bin/gcc. In recent versions of Xcode, gcc is not
stored there anymore.

As a workaround, I can type:

sudo mkdir -p /Developer/usr/bin && sudo ln -s `which gcc`
/Developer/usr/bin/gcc

Could cabal use gcc instead of a presupposed hardcoded path?

Specs:

* xml 1.3.12
* cabal-install version 0.10.2
* GHC 7.0.3
* Mac OS X 10.8.2

-- 
Cheers,

Andrew Pennebaker
www.yellosoft.us
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to