On Fri, Nov 21, 2008 at 12:03:52PM +1100, Manuel M T Chakravarty wrote: > >> > >>Linker.c:1495:0: > >> error: ānā undeclared (first use in this function) > > > >Oh, that conditionally failed under the Mac? > > Don't think it is a Mac problem. The relevant code is right *after* > the code that distinguishes architectures and, if I am not overlooking > anything, the variable `n' isn't defined for any architecture.
Looks to me like it's in a !defined(USE_MMAP) block, and thus isn't compiled on at least Linux. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
