
I get the following error message when I try to compile with -caf-all. /tmp/ghc583_0/ghc583_0.s:6482:0: FATAL:Symbol _Mainmain_CAF_cc_ccs already defined. My command line looks like this: ghc --make PriceHisto.hs -ljudy -prof -auto-all -caf-all I also tried the following command line and got the same error: ghc --make PriceHisto.hs -ljudy -prof -caf-all Any ideas as to what I'm doing wrong? R Hayes rfhayes<>@>reillyhayes.com

On Thu, Feb 22, 2007 at 09:00:01PM -0800, R Hayes wrote:
I get the following error message when I try to compile with -caf-all.
/tmp/ghc583_0/ghc583_0.s:6482:0: FATAL:Symbol _Mainmain_CAF_cc_ccs already defined.
Any ideas as to what I'm doing wrong?
Nothing, it's a bug: http://hackage.haskell.org/trac/ghc/ticket/249 It should work in 6.6.1 and 6.8, when they are released, or a recent build of the 6.6 branch or HEAD. Thanks Ian
participants (2)
-
Ian Lynagh
-
R Hayes