
On Sun, Aug 07, 2011 at 01:34:41PM +0200, Joachim Breitner wrote:
The causes seem to be different. On kfreebsd, we get: ghc-stage1: panic! (the 'impossible' happened) (GHC version 7.2.0.20110728 for i386-unknown-kfreebsdgnu): Don't know if OSUnknown is elf
This might be something that is easy to fix in compiler/utils/Platform.hs, but you will know better if one should add a new OS value, or reuse OSFreeBSD.
I think using OSFreeBSD is probably best. We can always add another one later. I'll add a case for it to Platforms.
On the other architectures there are complaints about static declarations following non-static declaration that I do not understand. I hope you do :-)
This should already be fixed: http://hackage.haskell.org/trac/ghc/ticket/5357 Thanks Ian