请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

configure步骤失败

#  ./configure --prefix=/usr/local --with-ensurepip=install --enable-shared LDFLAGS="-wl,-rpath /usr/local/lib"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for python3.6... no
checking for python3... no
checking for python... python
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... linux
checking for --without-gcc... no
checking for --with-icc... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/root/Python-3.6.5':
configure: error: C compiler cannot create executables
See `config.log' for more details

请问这可能是什么原因?


正在回答 回答被采纳积分+3

3回答

乱弹琴的web 2019-07-08 05:28:18

w是大写W

1 回复 有任何疑惑可以回复我~
一路向北 2018-08-29 21:29:19

感谢这位同学的关注, 这里因为你没有安装一些系统依赖包, 导致编译时报错.

这里加参数是指定我们的安装目录, 以及同时安装pip包管理工具.

在编译前需要使用yum install gcc* 去安装一些系统依赖文件保证编译能够正常运行.

0 回复 有任何疑惑可以回复我~
  • 提问者 heyucool #1
    老师好,我在阿里云服务器上安装您的方法运行了yum install gcc* 后,还是configure失败,
    
    checking build system type... x86_64-pc-linux-gnu
    checking host system type... x86_64-pc-linux-gnu
    checking for python3.6... python3.6
    checking for --enable-universalsdk... no
    checking for --with-universal-archs... no
    checking MACHDEP... linux
    checking for --without-gcc... no
    checking for --with-icc... no
    checking for gcc... gcc
    checking whether the C compiler works... no
    configure: error: in `/root/Python-3.6.5':
    configure: error: C compiler cannot create executables
    See `config.log' for more details
    
    还会可能是哪些其他的原因呢?
    回复 有任何疑惑可以回复我~ 2018-08-30 09:43:16
  • 可以试试这两个命令
    yum install epel-release -y
    
    yum install zlib-devel bzip2-devel openssl-devel ncurses-devel zx-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel -y
    回复 有任何疑惑可以回复我~ 2018-08-30 09:52:50
提问者 heyucool 2018-08-29 19:35:35

我试了一下./configure不带任何参数 成功了。。为什么会这样

0 回复 有任何疑惑可以回复我~
  • 我也遇到你这个问题了,,我是在-Wl,-rpath  中间一点没加空格就好了,,,
    回复 有任何疑惑可以回复我~ 2020-04-01 15:43:00
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信