GHC6.5 + TH + Profiling

Einar Karttunen ekarttun at cs.helsinki.fi
Sun Apr 23 05:46:55 EDT 2006


Hello

I am having problems combining TH and profiling with ghc-6.5.20060420. GHC seems to die
when loading the object file for TH execution and failing to notice that it should
load profiling symbols. The exact error is:

Loading package base-1.0 ... linking ... done.
Loading package template-haskell-1.0 ... linking ... done.
Loading package mtl-1.0 ... linking ... done.
Loading package stm-1.0 ... linking ... done.
ghc-6.5.20060420: .haskell_cache/http_searchpath.org-default.map.cache//HAppS/Util/StdMain/StartStateTH.o: unknown symbol `entering_PAP'

I can create a simpler example of this if needed.

- Einar Karttunen


More information about the Glasgow-haskell-users mailing list