|
发表于 2005-8-22 10:29:45
|
显示全部楼层
晕没看到:
吗?
to LiSyaoran:
安装不是运行./Makefile而是直接输入make,由automake这个系统程序读取Makefile,帮你运行,如他说Makefile不存在则可能要先运行./configure,由他创建Makefile
./Makefile不是可执行文件,你运行他当然会权限不够了,就算是root也没有对该文件的执行权限
ls -l Makefile 你就可以看到(不要说你不明白ls -l 显示的东西)
http://exam.studa.com/2005/7-1/153256.html
其实原码包里README 或 INSTALL 是说明文件,里面就说得很明白
README里面的东东:
In order to install this software named linuxdown made by kongyang(Shanghai Jiao Tong University, China), you must do the following steps.
tar -xf linuxdown.tar
make
That's ok. |
|