
Well the build finally succeeded but unfortunately I immediately get a segfault when running ghc/ghci. I've attached the output of # strace -o log ./ghc Cheers Peter On Thursday 17 June 2004 15:25, Simon Marlow wrote:
On 17 June 2004 14:08, Peter Robinson wrote:
------------------------------------------------------------------------
==fptools== make all -wr; in /home/thaldyron/var/ghcbuild/ghc-6.2.20040613/libraries/base
------------------------------------------------------------------------
rm -f GHC/Base.o; if [ ! -d GHC/Base_split ]; then mkdir GHC/Base_split; else /usr/bin/find GHC/Base_split -name '*.o' -print
| xargs rm -f __rm_food; fi;
../../ghc/compiler/ghc-inplace -H16m -O -fglasgow-exts -cpp -Iinclude -#include HsBase.h -funbox-strict-fields -package-name base -O -Rghc-timing -split-objs -c GHC/Base.lhs -o GHC/Base.o -ohi GHC/Base.hi warning: don't know how to split object files on this architecture
There's the clue: ghc-split isn't set up to handle this platform yet. If you don't feel up to fixing it, then just set 'SplitObjs=NO' in mk/build.mk and carry on.
Cheers, Simon