You can't statically link a shared library (or dynamically link a static one). The flag -static will force the linker to use static libraries (.a) instead of ...
確定! 回上一頁