
8 Sep
2013
8 Sep
'13
10:36 p.m.
Austin,
Dynamic should be available with anything, including profiling. This is probably more an artifact of your mk/build.mk setup.
My mk/build.mk contains just one line: InstallExtraPackages = YES
If you have a build tree, you can do:
$ make show VALUE=GhcLibWays
which should print out a string containing the enabled Ways.
It printed: ---- % make show VALUE=GhcLibWays make -r --no-print-directory -f ghc.mk show GhcLibWays="v p dyn" ---- This does not install dynamic libraries for profiling in my environment. What's are missing? And why aren't they set by default? --Kazu