installing primitive and vector

Hello, When building GHC head, primitive and vector are also compiled. But "make install" does not install them. Are there any way to install primitive and vector in addition to other libraries? --Kazu

Hello, The tarball created by "make binary-dist" includes them but "./configure; make install" does not install them, either. Now I believe this is a bug. --Kazu
Hello,
When building GHC head, primitive and vector are also compiled. But "make install" does not install them. Are there any way to install primitive and vector in addition to other libraries?
--Kazu
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Hi Kazu, Try adding the following to mk/build.mk: InstallExtraPackages = YES Geoff On 04/23/2013 08:13 AM, Kazu Yamamoto (山本和彦) wrote:
Hello,
The tarball created by "make binary-dist" includes them but "./configure; make install" does not install them, either. Now I believe this is a bug.
--Kazu
Hello,
When building GHC head, primitive and vector are also compiled. But "make install" does not install them. Are there any way to install primitive and vector in addition to other libraries?
--Kazu
participants (2)
-
Geoffrey Mainland
-
Kazu Yamamoto