[arch-haskell] What to do about --enable-shared?

Rémy Oudompheng remyoudompheng at gmail.com
Sat Oct 12 07:37:24 UTC 2013


On 2010/10/31 Peter Simons <simons at cryp.to> wrote:
> It sounds like we could set --enable-shared for library builds, but we'd
> have to set --disable-shared for builds that involve executables.

I don't understand this part, even if "enable-build" made it create
dynamically linked programs, that would not seem to be a problem since
we already have a distinction:
- libraries -> enable-shared + $depends
- programs -> no options + $makedepends

Am I also missing something ?
-- 
Rémy.



More information about the arch-haskell mailing list