I get the following error when building from 7.0.1 source tarball on linux
x86_64:
zen:/usr/local/src/ghc-7.0.1/rts# make
make -C .. all_rts
make[1]: Entering directory `/usr/local/src/ghc-7.0.1'
===--- updating makefiles phase 0
make -r --no-print-directory -f ghc.mk phase=0 just-makefiles
rts/ghc.mk:431:
rts/dist/build/.depend-perf-l-debug-thr-thr_debug-thr_l-thr_p.c_asm: No such
file or directory
"rm" -f
rts/dist/build/.depend-perf-l-debug-thr-thr_debug-thr_l-thr_p.c_asm.tmp
touch
rts/dist/build/.depend-perf-l-debug-thr-thr_debug-thr_l-thr_p.c_asm.tmp
/usr/bin/gcc -E -DPROFILING -DTHREADED_RTS -DDEBUG -Wno-strict-prototypes
-MM rts/Adjustor.c -MF
rts/dist/build/.depend-perf-l-debug-thr-thr_debug-thr_l-thr_p.c_asm.bit
rts/Adjustor.c:40:17: error: Rts.h: No such file or directory
In file included from rts/Stable.h:18,
from rts/Adjustor.c:43:
rts/sm/GC.h:17:26: error: BeginPrivate.h: No such file or directory
rts/sm/GC.h:56:24: error: EndPrivate.h: No such file or directory
make[2]: ***
[rts/dist/build/.depend-perf-l-debug-thr-thr_debug-thr_l-thr_p.c_asm] Error
1
make[1]: *** [all_rts] Error 2
make[1]: Leaving directory `/usr/local/src/ghc-7.0.1'
make: *** [all] Error 2
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs