xgcc: error: unrecognized command line option '-V' xgcc: fatal error: no input files
真正的错误并不在这里,而是在最后一个错误出现的地方
我遇到的错误是:
“collect2: ld returned 1 exit status”
这是因为我缺少了动态库文件。我这里缺少的是lssl,就是openssl的库文件。
使用命令yum install -y openssl-devel装上就可以了。
xgcc: error: unrecognized command line option '-V' xgcc: fatal error: no input files
真正的错误并不在这里,而是在最后一个错误出现的地方
我遇到的错误是:
我这里缺少的是lssl,就是openssl的库文件。
使用命令yum install -y openssl-devel装上就可以了。