Re: problems building for AIX without gcc
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
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