For linux binaries it would be nice to have the option to create a statically linked binary ( or at least something with very little dependencies ).
This would fix possible problems for upcoming linux versions when people try to run an old executable ( from installer for example )
Edit: Situation is better thx to more advanced start scripts which fix a lot of bad situations in the dynamic linking area.