problems building for AIX without gcc

Ross Paterson ross at soi.city.ac.uk
Mon Jan 12 23:18:03 EST 2004


On Mon, Jan 12, 2004 at 03:30:38PM -0500, herington, dean wrote:
> In trying to build Hugs using
> <http://cvs.haskell.org/Hugs/downloads/Nov2003/hugs98-Nov2003.tar.gz>
> hugs98-Nov2003.tar.gz on an AIX machine without gcc, I get many errors.
> I've attached a sample of some of them.  Any ideas?

The library conversion process needs a cpp that behaves like gcc's.
You could try setting the cpp variable in the environment of make.
The default value is 'gcc -P -E -traditional -xc', so a first stab
would be

	cpp='cc -E' make


More information about the Hugs-Bugs mailing list