|
|
|
|
|
by hctaw
1883 days ago
|
|
That's more an indictment of the sorry state of C/C++ dependencies and linkage paradigms (shared libs are an antipattern like 90% of the time, imho). If C/C++ had a standard package manager then it would be much more trivial to mix and match with other languages. Modern package management in a nutshell is "don't do what we do in C because we learned from those mistakes." |
|