|
|
|
|
|
by layer8
335 days ago
|
|
> Something like a “Static Bundle Object” (.sbo) file, that will be closer to a Shared Object (.so) file, than to the existing Static Archive (.a) file. Is there something missing from .so files that wouldn’t allow them to be used as a basis for static linking? Ideally, you’d only distribute one version of the library that third parties can decide to either link statically or dynamically. |
|
The static linker would be prevented from seeing multiple copies of code too.