0
votes
How to combine several C/C++ libraries into one?
Combining several third-party libraries into one could create more problems for you--for instance, if two of those libraries define a common symbol which your program doesn't use. Now you've got t …
