Re: hat: missing separator in generated config.
Malcolm Wallace <[email protected]> Tue, 2 May 2006 14:20:20 +0100
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
"David A. Mellis" <[email protected]> wrote: > My generated config file (lib/powerpc-Darwin8/config) > contains the three lines (9 through 11): > > GHCSYM= > > 604 Yes, this is a fault in the detection logic for the compiler version, again due to gcc-4. I assume you worked out that you just need to make it into a single line GHCSYM=604 Meanwhile, the CVS version of the configure script has been updated (some time ago) to fix the issue. I suppose it might be useful to release an updated package for Hat, just to avoid the annoyance for other people on the Apple platform. Regards, Malcolm