-Wl,-soname,libbar.so instructs linker to mark the shared library libfoo.so with the soname libbar.so. Create executable: $ gcc -g -Wall -o prog prog.c libfoo.
確定! 回上一頁