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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -