The MASM Forum

Miscellaneous => The Orphanage => Topic started by: Magnum on July 18, 2020, 05:48:03 PM

Title: Static build
Post by: Magnum on July 18, 2020, 05:48:03 PM
I could sure use some help with this.

I use Ubuntu_Mate.

This is beyond my understanding.

https://en.wikipedia.org/wiki/Static_build

Another benefit of static builds is their portability: once the final executable file has been compiled, it is no longer necessary to keep the library files that the program references, since all the relevant parts are copied into the executable file. As a result, when installing a statically-built program on a computer, the user doesn't have to download and install additional libraries: the program is ready to run.

Are assembly programs static builds?