I'm trying to build ghc 3.02 on Solaris (SunOS 5.5.1) using ghc-2.10. The
build successfully links hsc, and then falls over with:

------------------------------------------------------------------------
===fptools== Recursively making `all' in std exts posix misc concurrent
...
PWD = /usr/local/ghc-3.02/ghc/lib
------------------------------------------------------------------------
------------------------------------------------------------------------
==fptools== make all --no-print-directory -r;
 in /usr/local/ghc-3.02/ghc/lib/std
------------------------------------------------------------------------
rm -f PrelBase.o ; if [ ! -d PrelBase ]; then mkdir PrelBase; else find
PrelBase -name '*.o' -print | xargs rm -f __rm_food ; fi ;    
../../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing
-O -split-objs -odir PrelBase  -H12m  -c PrelBase.lhs -o PrelBase.o -osuf
o
Bus Error
make[3]: *** [PrelBase.o] Error 1

I see that there is already a report similar to this in the list archive,
but no solution has been posted. Was one found?

I haven't changed any makefiles, or created a build.mk, so everything is
as it comes "out of the box".

Grateful for any help,

   Tony

Antony Bowers, Department of Computer Science, University of Bristol, UK.
http://www.cs.bris.ac.uk/~bowers/

Reply via email to