[Haskell-cafe] Problems building GreenCard

Simon Peyton-Jones simonpj at microsoft.com
Tue Feb 22 10:20:12 EST 2005


-fno-prune-tydecls is a dead flag.  Just remove it.

Simon

| -----Original Message-----
| From: haskell-cafe-bounces at haskell.org
[mailto:haskell-cafe-bounces at haskell.org] On Behalf Of
| Dmitri Pissarenko
| Sent: 15 February 2005 21:04
| To: haskell-cafe at haskell.org
| Cc: sof at galois.com; alastair at 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 at haskell.org
| http://www.haskell.org/mailman/listinfo/haskell-cafe


More information about the Haskell-Cafe mailing list