profiling missing from snapshot?

2007-10-18 Thread Ketil Malde

Hi,

I installed the binary ghc-6.8.0.20071017
snapshot, but when I try to compile with -prof, I get 

  % ghc --make -O2 src/Xml2Xls -o xml2xls2 -prof
  [1 of 1] Compiling Main ( src/Xml2Xls.hs, src/Xml2Xls.o )
  Linking xml2xls2 ...
  /usr/bin/ld: cannot find -lHSrts_p
  collect2: ld returned 1 exit status

'locate HSrts_p' and other searches only find some old ghc-6.6 stuff.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: profiling missing from snapshot?

2007-10-18 Thread Simon Marlow

Ketil Malde wrote:


I installed the binary ghc-6.8.0.20071017
snapshot, but when I try to compile with -prof, I get 


  % ghc --make -O2 src/Xml2Xls -o xml2xls2 -prof
  [1 of 1] Compiling Main ( src/Xml2Xls.hs, src/Xml2Xls.o )
  Linking xml2xls2 ...
  /usr/bin/ld: cannot find -lHSrts_p
  collect2: ld returned 1 exit status

'locate HSrts_p' and other searches only find some old ghc-6.6 stuff.


This one we know about:

http://hackage.haskell.org/trac/ghc/ticket/1778

Cheers,
Simon

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs