> Isn't there a tool which takes a dynamically linked executable and a bunch of libraries, and spits out a big statically linked blob?
That would probably be quite a bit bigger than a properly done statically linked binary though - in theory at least; I suspect that most libraries on a typical Linux-based system are probably not at all optimised for static linking.