what’s meaning of “configure: error: cannot run /bin/sh config/config.sub”
Posted on 7月 23rd, 2006 作者 哈哈
编一个东西的时候
执行./configure的时候出的错
“configure: error: cannot run /bin/sh config/config.sub”
结果发现是系统没有装libtool的缘故
所以yum install libtool
然后再./configure则没有这个问题了




