Build a dynamically linked binary on linux#6
Build a dynamically linked binary on linux#6aylen384 wants to merge 1 commit intoWardCunningham:masterfrom
Conversation
|
Is there some advantage to being dynamically linked? I see the industry moving away from this as just another opportunity to fail. See golang, for example. |
|
Blame traces the choice of static back to: #3 |
|
For languages like go and d this may be true but for c/c++ it actually has been the opposite in the last years. Static binaries are are less and less well supported. But if you are concerned about static building, it might make sence to add a second target |
|
Go and D will actually build dynamically linked binaries that only link against glibc. |
No description provided.