Re: Building GHC on Solaris

2008-03-11 Thread Bernie Pope
--enable-languages=c,c++ Thread model: posix gcc version 4.2.2 Bernie Pope wrote: (If no one minds I'll keep dumping the issues that I find in this thread.) Solaris "as" chokes on the ".space" directive, which appears to be generated by the C-- compiler, specifically, comp

Re: Building GHC on Solaris

2008-03-09 Thread Bernie Pope
(If no one minds I'll keep dumping the issues that I find in this thread.) Solaris "as" chokes on the ".space" directive, which appears to be generated by the C-- compiler, specifically, compiler/nativeGen/PprMach.hs, line 693: pprData (CmmUninitialised bytes) = ptext SLIT(".space ") <>

Re: Building GHC on Solaris

2008-03-09 Thread Bernie Pope
On 10/03/2008, at 2:34 PM, Bernie Pope wrote: I'm trying to get GHC built on Solaris x86 (somewhat old version of it too -- not my choice). uname -a SunOS queeg 5.9 Generic_122301-19 i86pc i386 i86pc Solaris Here is how I configured ghc: ./configure --prefix=$HOME --with-gcc=/

Building GHC on Solaris

2008-03-09 Thread Bernie Pope
Hi, I'm trying to get GHC built on Solaris x86 (somewhat old version of it too -- not my choice). uname -a SunOS queeg 5.9 Generic_122301-19 i86pc i386 i86pc Solaris Here is how I configured ghc: ./configure --prefix=$HOME --with-gcc=/local/solaris/apps/gcc-4.0.2/ bin/gcc --with-gas=

Fix for gmp/Makefile, problems occur when /bin/sh is not bash

2008-03-01 Thread Bernie Pope
Hi, I'm away from a development machine, so I can't commit the change myself. Apologies for that. We should avoid bash features which are not valid in ordinary /bin/sh. This popped up while I was building from the latest stable source 6.8.2 on Solaris. See the diff below: diff Makefile.

patch applied (ghc): Add missing newline from ghci :help output

2007-06-04 Thread Bernie Pope
Mon Jun 4 19:09:30 PDT 2007 [EMAIL PROTECTED] * Add missing newline from ghci :help output M ./compiler/ghci/InteractiveUI.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc