I just pkg_add'ed ghc-6.6.1p0 on OpenBSD 4.2 for x86_64. It seemed to install fine, but then when I tried to run ghci, I got the following:
ghc-6.6.1: /usr/local/lib/ghc/HSbase.o: unknown architecture Loading package base ... ghc-6.6.1: panic! (the 'impossible' happened) (GHC version 6.6.1 for x86_64-unknown-openbsd): loadObj: failed I ran file on that .o, and I got: /usr/local/lib/ghc/HSbase.o: ELF 64-bit LSB relocatable, AMD64, version 1, not stripped Is this a problem with the package? Or the port? Or my installation? Thanks, AC