
On 4-Mar-05, at 11:35 AM, Malcolm Wallace wrote:
Wolfgang Thaller
wrote: I've uploaded a Mac OS X installer based on the stable tree from March 2nd + the patches I committed yesterday at:
http://opeongo.cas.mcmaster.ca/~wolfgang/GHC-6.4.20050302.pkg.zip
$ ghc --version dyld: /usr/local/lib/ghc-6.4/ghc-6.4 can't open library: /Users/wolfgang/GHC/stable-build/libraries/readline/ libHSreadline_dyn.dylib (No such file or directory, errno = 2) Trace/BPT trap
A quick fix: sudo sh fix_install_names.sh /usr/local/lib/ghc-6.4 /usr/local/lib/ghc-6.4/ghc-6.4 ... where fix_install_names.sh is in /mk in recent GHC sources from CVS, or you can grab it separately from: http://cvs.haskell.org/cgi-bin/cvsweb.cgi/~checkout~/fptools/mk/ fix_install_names.sh?rev=1.1;content-type=text%2Fplain Cheers, Wolfgang