ghc: Unresolved symbols

1997-08-25 Thread Mark Wielaard
uot; - )); if ($TargetPlatform =~ /^powerpc-|^rs6000-/) { # sometimes we have lots of toc entries... # unshift(@Ld_flags, ('-Xlinker -bbigtoc -Xlinker -bnoquiet')); I now get executable programs that just work fine. But I am a bit worried about removing those lines. What where they supposed to do? Thanks, Mark Wielaard PS1: Yes, I need the 2.05 version, because I want to use do notation with lists. Which now works, thanks.

Building 2.08 on Alpha Digital Unix notes

1997-11-03 Thread Mark Wielaard
main/MkIface.lhs ghc/compiler/main/main.lhs Since almost every file needed a bigger heap in ghc/lib/*, I just added a SRC_HC_OPTS += -H64M to the mk/config.mk file and made the rest in one go. Cheers, Mark Wielaard