On 2020-09-25 09:28, Bob Friesenhahn wrote:
With convenience libraries, there may be a necessary build order but the object files are not 'linked' before going into the convenience libraries (as a proper library would be) so all linking is when the final library or program is linked using the objects from the convenience libraries.
Hi Bob, how would I make a "proper" library? Would that change the composition logic for my DAG of dependencies?
Oleg.