python安装是 -fPIC有关问题的解决

python安装是 -fPIC问题的解决尼玛真是头疼。在安装好numpy、scipy、theano后。在python代码中,敲入:import th

python安装是 -fPIC问题的解决
尼玛真是头疼。


在安装好numpy、scipy、theano后。
在python代码中,敲入:import theano,报错如下:

./configure --prefix=/usr/local/  –enable-shared CFLAGS=-fPICmakemake install