On Fri, 25 Jan 2002, Simon Marlow wrote: > Nothing springs to mind, unless you had explicitly set > $(ProjectsToBuild) in your build.mk, and left out glafp-utils. It > usually isn't necessary to set $(ProjectsToBuild) as it defaults to > building all the projects in the current tree.
Aha, that would be it, I had omitted glafp-utils from $(ProjectToBuild). Although I thought I had done it that way before... no matter. > > Also, when I try to compile for ticky-ticky profiling... > > Just set GhcLibWays=t, you don't have to set GhcCompilerWays too (this > is for building the compiler itself in a different way). Unless I want to ticky-ticky profile the compiler itself, yes? -- Nick Nethercote [EMAIL PROTECTED] _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
