How can I set ccshared=-fPIC while executing ./configure?

解决方式如下:

make clean
./configure CFLAGS=-fPIC CXXFLAGS=-fPIC
posted @ 2017-10-19 09:45  邱明成  阅读(340)  评论(0)    收藏  举报