Comment by svenklemm
8 years ago
Does nuitka build a static executable or do you still need to supply shared libraries with the executable?
8 years ago
Does nuitka build a static executable or do you still need to supply shared libraries with the executable?
It builds a static executable if you pass it the --standalone option.
No, it doesn't.
Ok, it buids a static executable against the python runtime and extensions, including the c ones. It doesn't against libc, lubutil, etc. But aren't those almost always installed ?
If it's a real problem on your machines, it's PR time !