Re: Problems with configure
Malcolm Wallace <[email protected]> Thu, 27 Jan 2005 15:44:47 +0000
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
"Luis F. Araujo" <[email protected]> writes: > Im trying to install hat in GNU/Linux, and i got this error > when running ./configure: > > Looking for ghc... found 6.2.2 > WARNING: hat-2.02 needs a version of ghc >= 5.04. > > The confusing part for me is that i already have ghc located in: > /usr/bin/ghc, and apparently the binary is found according to the > first message, nevertheless, it exist with that error. The hat-2.02 package was released before ghc-6.0 was available, and the method of detecting ghc version numbers changed between ghc-5 to ghc-6. Many other things also changed between ghc-5 and ghc-6, so it is not easy to get hat-2.02 to work with ghc-6. However, the development version of Hat works just fine with ghc-6, so I suggest you collect a snapshot of our CVS repository from here: ftp://ftp.cs.york.ac.uk/pub/haskell/hat/hat-2.03-20050127.tar.gz Regards, Malcolm