RE: [Haskell-cafe] Problems building GreenCard

-fno-prune-tydecls is a dead flag. Just remove it. Simon | -----Original Message----- | From: haskell-cafe-bounces@haskell.org [mailto:haskell-cafe-bounces@haskell.org] On Behalf Of | Dmitri Pissarenko | Sent: 15 February 2005 21:04 | To: haskell-cafe@haskell.org | Cc: sof@galois.com; alastair@reid-consulting-uk.ltd.uk | Subject: Re: [Haskell-cafe] Problems building GreenCard | | Hello! | | I could fix the problem by replacing the line | | GHC_OPTS = -cpp -fglasgow-exts -fno-prune-tydecls | | in file lib/Makefile by this one | | GHC_OPTS = -cpp -fglasgow-exts | | However, I don't know what this -fno-prune-tydecls does and whether it is | important (for using Green Card to access Java). | | Best regards | | Dmitri Pissarenko | -- | Dmitri Pissarenko | Software Engineer | http://dapissarenko.com | | _______________________________________________ | Haskell-Cafe mailing list | Haskell-Cafe@haskell.org | http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (1)
-
Simon Peyton-Jones