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
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users