Post B5CVfneiiihjl5Plmy by shac@ioc.exchange
(DIR) More posts by shac@ioc.exchange
(DIR) Post #B5CVfneiiihjl5Plmy by shac@ioc.exchange
1 likes, 0 repeats
Good intentions: Forcing code into libraries to cleanly separate layers.Reality: Making libraries circularly-dependent because layers are difficult.
(DIR) Post #B5CVfo7QzxfnC8qhXs by shac@ioc.exchange
0 likes, 0 repeats
At least with the default macOS linker, resolving symbols in static libraries is not order-dependent. gnu-ld on linux brings the pain of forcing libraries to be strictly ordered so they cannot depend on symbols in previous libraries.