Entries Tagged as ''

what’s meaning of “configure: error: cannot run /bin/sh config/config.sub”

编一个东西的时候
执行./configure的时候出的错

“configure: error: cannot run /bin/sh config/config.sub”

结果发现是系统没有装libtool的缘故
所以yum install libtool
然后再./configure则没有这个问题了