Re: creating stand-alone extended tclsh



On Apr 29, 12:06 pm, David Gravereaux <davyg...@xxxxxxxxx> wrote:

4) relish your in your large executable, though I prefer those grilled red onions
and mustard to top my dogs.


I'm a bit surprised by this aversion of static linking. Though
obviously it's a waste of system resources for libc or libX11, for
most of the rest of libs, it changes absolutely nothing because the
executable is the only one in the system that will *ever* use it
(specific libraries : only for specific needs). While static linking
has several pointwise advantages I have come across:
- debugging in old versions of gdb
- no risk of half-install
- no risk of version mismatch
- single-file installerless executable (like a *kit but with no
startup overhead due to extracting DLLs to temporary files).

-Alex

.