From: Wolfgang T. <wol...@gm...> - 2005-06-12 12:47:37
|
> ghc --make Foundation.hs \ > -odir build/objects \ > -ignore-package Foundation \ > -hidir build/imports \ > -package-conf ../inplace.conf \ > -fglasgow-exts > ../inplace.conf: openBinaryFile: does not exist (No such file or > directory) > make[1]: *** [ghcmake.build-stamp] Error 1 > > > Any clues? None for now. Just tried again here and had no problems. Does ../inplace.conf (../ should be the toplevel "hoc" directory) exist? It should have been generated by make in subdirectory HOC, and it should now contain an InstalledPackageDescription for package HOC. Maybe you could post the complete output from make? Cheers, Wolfgang |