
30 Sep
2004
30 Sep
'04
2:05 p.m.
John Goerzen
First, every test for including inttypes.h instead of stdint.h should include _AIX in the list of systems that use inttypes.h. (Look in mark.h, HsFFI.h).
Thanks, I'll add those tests to CVS.
Now then -- I have no existing Haskell support on this machine so I'm bootstrapping from GCC 3.3.2.
make: *** No rule to make target `src/compiler98/*.hc', needed by `targets/powerpc-AIX-5.1.0.0/compiler-gcc'. Stop.
You have done a 'make clean' at some point, which has removed the .hc bootstrapping files. You'll need to unpack the tarfile again, redo any edits so far, re-configure and re-make. Regards, Malcolm