The ghc/configure script is not automatically generated, so I alway have to do: % gmake -f Makefile.config configure % (cd ghc ; autoconf) % ./configure Otherwise configure fails in ghc. Shouldn't Makefile.config regenerate configure scripts also for this subdirectory ? Also, this makefile references ghc/includes/config.h.in - is this still needed ? -- Sebastien