
14 Jul
2006
14 Jul
'06
8:52 a.m.
I believe the right way to build the package standalone is to use this Setup.hs script:
import Distribution.Simple main = defaultMainWithHooks defaultUserHooks
which should run the configure script as part of 'setup configure'. You also need to run autoconf to generate configure from configure.ac first.
Ahh.. OK then. I don't seem to have autoconf on my mingw system, so its off to mingw.org I go... thanks, Alistair