Hi, The binary snapshot for Mac OS X on http://haskell.cs.yale.edu/ghc/ does not run on Jaguar. After looking into that a bit, I have found that just setting the following two environment variables solves the problem:
export DYLD_INSERT_LIBRARIES=/usr/lib/libtermcap.dylib export DYLD_FORCE_FLAT_NAMESPACE=1
(I just found out about the version compiled for Jaguar at <http://www.uni-graz.at/imawww/haskell/JaguarGHC.tar.gz> but this trick might bu useful in the future if Apple split libraries again.) -- S�bastien _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
