
On Thursday 17 June 2004 15:01, Gerd M wrote:
Unfortunately I've only got one gcc version installed at the moment and I'm not sure if installing another version won't break something... Maybe I will give it another try later this week, thanks for your help so far! Regards Gerd
Since I'm already following this thread for a while I thought I could give it
a try too.
I got exactly the same error (internal compiler error) like Gerd when I used
gcc-3.4.0.
After switching to gcc-3.3.3 (Gentoo _does_ make this easy - just use
gcc-config to switch) this error dissappeared but I'm getting another one
later in the build process instead:
------------------------------------------------------------------------
==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
<