
30 Jul
2011
30 Jul
'11
2:02 a.m.
Hi, I'm installing the Haskell Platform (2011.2.0.1) from source on Kubuntu. If I follow the recommended steps (configure, make, make install) it doesn't build any shared libraries. I've tried a few hacks (e.g. export EXTRA_CONFIGURE_OPTS=--enable-shared), but they result in build errors. Currently, I do a "cabal --reinstall install" for each of the packages in the platform, but I was wondering if there's a more "official" way to do it when building the platform itself. - Globules