Re: profiling option issues

2007-01-28 Thread Ian Lynagh
On Mon, Jan 15, 2007 at 03:20:02PM +, Frederik Eaton wrote: /tmp/ghc4721_0/ghc4721_0.s:4185:0: Error: symbol `Mainmain_CAF_cc_ccs' is already defined = '-auto-all' and '-caf-all' can't be used together? Actually, sorry, I get the same error when I just use -caf-all by

profiling option issues

2007-01-15 Thread Frederik Eaton
Hello, Are some profiling options incompatible? Here are problems I've run into: $ ghc -Wall -prof -auto-all -caf-all --make sparse-test.hs sparse_lib.o -lm -lc -lstdc++ [10 of 10] Compiling Main ( sparse-test.hs, sparse-test.o ) sparse-test.hs:18:0: Warning: Definition but no

Re: profiling option issues

2007-01-15 Thread Frederik Eaton
/tmp/ghc4721_0/ghc4721_0.s:4185:0: Error: symbol `Mainmain_CAF_cc_ccs' is already defined = '-auto-all' and '-caf-all' can't be used together? Actually, sorry, I get the same error when I just use -caf-all by itself... Frederik -- http://ofb.net/~frederik/