我按照以下步骤编译了python 2.7.11:
tar -xf python.tar.xz ./configure make
在编译之后,我发现结果中没有libpython2.7.so,这意味着这不是“dev”版本。
那么,我怎样才能让.so文件正确安装(不要覆盖系统默认的python)?
你需要:
./configure --with-shared
检查所有./configure必须提供:
./configure
./configure --help