Hi Ivan,
"rodrigo.bonifacio" <rodrigo.bonifacio@uol.com.br> writes:How did you install parsec? You need to rebuild it with profiling
> "Could not find module `Text.ParserCombinators.Parsec.Language':
> ....Perhaps you haven't installed the profiling libraries for package `parsec-3.1.0'?
> ....Use -v to see a list of the files searched for."
library support. If you used cabal-install, you have two options:
1) set library-profiling to True in ~/.cabal/config and then
cabal install parsec --reinstall
2) cabal install parsec --reinstall --enable-library-profiling
This has nothing to do with GHC.
> When I build the project without the "-prof -auto-all", the project
> compiles without any error or warning. I build GHC (6.10.4) from
> source, without changing any build option.
--
Ivan Lazar Miljenovic
Ivan.Miljenovic@gmail.com
IvanMiljenovic.wordpress.com
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe