Unregistered build (was Re: AMD64)

Simon Marlow simonmar at microsoft.com
Thu Jun 17 09:25:20 EDT 2004


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


More information about the Glasgow-haskell-users mailing list