7.8 Release Update
Kazu Yamamoto ( 山本和彦 )
kazu at iij.ad.jp
Mon Sep 9 02:36:19 UTC 2013
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
More information about the ghc-devs
mailing list