Re: GHC on powerpc (OS X): segmentation fault

2008-11-13 Thread Christian Maeder
Ian Lynagh wrote: On Tue, Nov 11, 2008 at 01:19:25PM +0100, Christian Maeder wrote: http://www.dfki.de/sks/hets/intel-mac/ghcs/ghc-6.10.1-i386-apple-darwin.tar.bz2 http://www.dfki.de/sks/hets/mac/ghcs/ghc-6.10.1-powerpc-apple-darwin.tar.bz2 Thanks Christian, I've put these up on the

Re: Newbish building question

2008-11-13 Thread Simon Marlow
J. Garrett Morris wrote: Hello, I've been attempting to add some minor instrumentation to my pet copy of GHC 6.10.1. In particular, I'd like to add some code to extendInstEnv in compiler/types/InstEnv.lhs. First, I tried importing Debug.Trace into the InstEnv module, and changing the

Re: Notes on building 6.10.1

2008-11-13 Thread Duncan Coutts
On Wed, 2008-11-12 at 12:39 -0500, Gregory Wright wrote: Should cabal produce and error or a warning if hsc2hs is not found in the same directory as the compiler? I suggest an error by default, but not if --with-hsc2hs is given explicitly. I don't think so. In principle hsc2hs is not tied

more libedit.so.0 issues

2008-11-13 Thread James Swaine
We've had unbelievable problems getting past this ridiculous 'unable to load object file or shared library libedit.so.0' error when attempting to build the 6.10.1 source tree. We initially just built editline in a user directory and attempted to manipulate environment variables to help the linker

Re: more libedit.so.0 issues

2008-11-13 Thread Don Stewart
james.swaine: We've had unbelievable problems getting past this ridiculous 'unable to load object file or shared library libedit.so.0' error when attempting to build the 6.10.1 source tree. We initially just built editline in a user directory and attempted to manipulate