static linking - Haskell binary compatibility -


let's write haskell code , compile in ubuntu 64-bit installation, statically linking haskell packages , c libraries. result binary compatible other 64-bit linux distribution?

yes, because of static linking - in binary. , yes, can quite big, example yesod output can alot 70mb. yet, has http server within 70 mb.

so, static linking can portability, has it's drawbacks in terms of executable file size.


Comments

Popular posts from this blog

amazon web services - S3 and apache mod_proxy with basic authentication -

How to install ruby on rails -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -