Simon Marlow <[EMAIL PROTECTED]> schrieb:
>
> Are you building GHC in a fresh tree now?  I'd recommend doing that.

Now I am using a *really* fresh tree. Formerly the compilation of
Apply.cmm did not render an instructive error message, just
failed for some sort of memory access exception. Now I have:

../../ghc/compiler/ghc-inplace -optc-O -optc-Wall -optc-W 
-optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations 
-optc-Winline -optc-Waggregate-return -optc-Wbad-function-cast 
-optc-I../includes -optc-I. -optc-Iparallel -optc-DCOMPILING_RTS 
-optc-fomit-frame-pointer -H16m -O -O2 -static -I. -#include Prelude.h 
-#include Rts.h -#include RtsFlags.h -#include RtsUtils.h -#include StgRun.h 
-#include Schedule.h -#include Printer.h -#include Sanity.h -#include STM.h 
-#include Storage.h -#include SchedAPI.h -#include Timer.h -#include Itimer.h 
-#include ProfHeap.h -#include LdvProfile.h -#include Profiling.h -#include 
Apply.h -fvia-C -dcmm-lint     -c parallel/RBH.c -o parallel/RBH.o
../../ghc/compiler/ghc-inplace -H16m -O -O2 -static -I. -#include Prelude.h 
-#include Rts.h -#include RtsFlags.h -#include RtsUtils.h -#include StgRun.h 
-#include Schedule.h -#include Printer.h -#include Sanity.h -#include STM.h 
-#include Storage.h -#include SchedAPI.h -#include Timer.h -#include Itimer.h 
-#include ProfHeap.h -#include LdvProfile.h -#include Profiling.h -#include 
Apply.h -fvia-C -dcmm-lint     -c Apply.cmm -o Apply.o
ghc-asm: don't know how to mangle assembly language for: x86_64-unknown-freebsd
gmake[2]: *** [Apply.o] Fehler 1
gmake[1]: *** [all] Fehler 1
gmake[1]: Leaving directory `/data/home/wb/Haskell/ghc-6.4.1-amd64/ghc'
gmake: *** [build] Fehler 1

I am looking myself how to add this info, but quick help by an informed
person is welcome, too, as usual.
-- 
Dipl.-Math. Wilhelm Bernhard Kloke
Institut fuer Arbeitsphysiologie an der Universitaet Dortmund
Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to