Re: Trouble building nhc98 for AIX

Malcolm Wallace <[email protected]> Thu, 30 Sep 2004 15:05:13 +0100
Newsgroups gmane.comp.lang.haskell.nhc.bugs
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
John Goerzen <[email protected]> writes:

> 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