I create "boost" libraries from the source code of boost, and I have two options: build it "static" or create a "general" (for example, dynamic). What is the best idea?
I prefer dynamic (general) communication, but when I tried to create extended shared libraries (on Ubuntu Linux), I had a lot of errors or warnings (why when compiling errors, warnings, notes, etc., always occur, grrrrrrrr), so I don’t know Is it compiled?
Thanks.
source
share