Hi all, ghc/rts/MBlock.h contains logic:
#if SIZEOF_VOID_P == 4 #elif defined(ia64_TARGET_ARCH) #elif defined(TEXT_BEFORE_HEAP) /* Fall back to old method - assume heap above HEAP_BASE */ #else # error HEAP_ALLOCED not defined #endif but this is the only place where TEXT_BEFORE_HEAP is mentioned. Thus any 64-bit arch, e.g. alpha, fails to build. What's the story here? Thanks Ian _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
