Copying a compiled Python from one system to another
Grant Edwards
grant.b.edwards at gmail.com
Sat Oct 1 10:02:59 EDT 2016
On 2016-10-01, Steve D'Aprano <steve+python at pearwood.info> wrote:
> Does gcc support static linking?
Yes, but the real question is the CPython makefile includes recipes
for a statically-linked target.
> Even if I end up with a much bigger binary, at least I know it will
> have everything it needs to run and I won't have to deal with DLL
> hell.
--
Grant
More information about the Python-list
mailing list