> In local.cvs-ghc, I wrote:
> > If I drop the -cpp, this file compiles (it doesn't need
> -cpp). Therefore I'd
> > like to replace the -cpp in the Makefile with the
> corresponding OPTION pragma.
> > The libraries branch will be unaffected.
>
> I should probably also mention that only hslibs/lang seems to
> be affected (but the build's not finished yet entirely).
Try with -E to get a look at the pre-processed source, or with -keep-tmp-files
to get a look at each intermediate stage.
BTW, there's an outstanding problem with GCC 3.2.2 (not sure about 3.2) on
Solaris. It would be great if you could help track this
down, the start of the thread is here:
http://www.haskell.org/pipermail/glasgow-haskell-bugs/2003-April/003159.html
Cheers,
Simon
|