configure:3855: gcc -V >&5 gcc: error: unrecognized command line option '-V'

一般的:

configure:3866: $? = 0
configure:3855: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3866: $? = 1
configure:3855: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.

类似错误还有:

error: ac_nonexistent.h: No such file or directory,

出现这样的错误,不必理会。继续向下找。

发布了2466 篇原创文章 · 获赞 301 · 访问量 177万+

猜你喜欢

转载自blog.csdn.net/quantum7/article/details/104404845
今日推荐