天天看點

configure/make的shared object參數

  • configure
./configure \
    --enable-shared \
    CFLAGS=-fPIC      
  • make
make \
    CFLAGS='$CFLAGS -fpic'      

繼續閱讀