12 Jan
2004
12 Jan
'04
11:18 p.m.
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