> And you're just running "make", with no -j flag or anything? What I do always is: % make maintainer-clean; perl boot; ./configure --prefix=/ghc-head; make -j4 After failure, "make" (without "-j4") stops at the same point. --Kazu