[Haskell-cafe] Pugs with GHC 6.12

Daniel Fischer daniel.is.fischer at web.de
Tue Jun 1 11:36:19 EDT 2010


On Tuesday 01 June 2010 16:58:53, Simon Thompson wrote:
> Has anyone successfully compiled Pugs with GHC 6.12?

$ pugs +RTS --info
 [("GHC RTS", "YES")
 ,("GHC version", "6.12.1")
 ,("RTS way", "rts_v")
 ,("Host platform", "i386-unknown-linux")
 ,("Host architecture", "i386")
 ,("Host OS", "linux")
 ,("Host vendor", "unknown")
 ,("Build platform", "i386-unknown-linux")
 ,("Build architecture", "i386")
 ,("Build OS", "linux")
 ,("Build vendor", "unknown")
 ,("Target platform", "i386-unknown-linux")
 ,("Target architecture", "i386")
 ,("Target OS", "linux")
 ,("Target vendor", "unknown")
 ,("Word size", "32")
 ,("Compiler unregisterised", "NO")
 ,("Tables next to code", "YES")
 ]

> The Pugs page
> suggests that it compiles, but it falls to link (and therefore build)
> when I try it.
>
> Thanks!
>
> Simon T.

Cheers,
Daniel



More information about the Haskell-Cafe mailing list