安装gtk+时候出错

安装gtk+时候出错

1  cd /home/gtk+-2.2.4
2 ./configure 2>tmp.log
2' vi tmp.log--无内容
3 make 2>tmp.log
3' vi tmp.log--无内容
4 make install 2>tmp.log
4' vi tmp.log No rule to make target.  stop
为什么要把他重定向到tmp.log里,反正出错都是最后几行,你都可以看的见的
这个是习惯,无怪,呵呵
关键是错误在哪里:No rule to make target 'install'. stop ?
关键的不是错误

这个错误是因为./configure有错误,而产生这个错误,也就是你的软件没有通过make所以才会有问题

你因为把./configure后,输入的最后几行的提示贴出来
./configure 2>tmp.log中tmp.log无输出,也就是说configure 没有出错阿