Now that you have some .o files, you can link them into a shared library. You do this with the gcc compile option "-shared". gcc -shared -o libmylib.so ...
確定! 回上一頁