标签: c++ linux shared-libraries
我们可以使用一个使用不同标志构建的库,例如-std = c ++ 17和我的程序,在这些情况下将使用-std = c ++ 11构建。
A) Same compiler used to build the library: case 1: shared lib (.so) case 2: static library (.a) B) Different compiler: case 1: shared lib (.so) case 2: static library (.a)