2007年7月4日 星期三

Make Dynamic Shared Library

gcc -fPIC -c mylib.*.c
gcc -shared -Wl,-soname,libxxx.so -o libxxx.so *.o

沒有留言:

網誌存檔

關於我自己