
Hello, I have nhc98 1.16 plus the gcc3.3 patch from the website and am trying to build it on AIX 5.1L. 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). Now then -- I have no existing Haskell support on this machine so I'm bootstrapping from GCC 3.3.2. I am getting this problem: make[1]: Leaving directory `/home/jgoerzen/programs/nhc98-1.16/src/prelude' touch targets/powerpc-AIX-5.1.0.0/prelude-gcc touch targets/powerpc-AIX-5.1.0.0/prelude script/nhc98 -o lib/powerpc-AIX-5.1.0.0/hmake-PRAGMA script/hmake-PRAGMA.hc touch targets/powerpc-AIX-5.1.0.0/pragma-gcc make: *** No rule to make target `src/compiler98/*.hc', needed by `targets/powerpc-AIX-5.1.0.0/compiler-gcc'. Stop. jgoerzen@mfgpro:~/programs/nhc98-1.16$ make make: *** No rule to make target `src/compiler98/*.hc', needed by `targets/powerpc-AIX-5.1.0.0/compiler-gcc'. Stop. So now I am really stuck. Suggestions welcome :-) -- John Goerzen