Re: xml-1.3.12 build error
Andrew Pennebaker <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <CAHXt_SW9nCoW3K_L4R8pV5neuHW57H2QVqw_2_U64779sp0-5w@mail.gmail.com> |
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