- 论坛徽章:
- 0
|
原帖由 lasama 于 2007-6-16 13:36 发表于 17楼
... ..
另外,configure时候提示 -bash: ./configure: No such file or directory 那应该是你的文件名没有输入正确,一般来说configure文件都是存在的,除非个别的文件不需要configure,直接make的
我试过N遍了,文件名应该不会错 (./configure --prefix=/home/a/b/username 没错吧?)
如果说个别文件不需要configure,那我直接 make,也不行,如下:
---------------------------------------------------------------------------------------
username@ubuntu:~/unzip-5.52/unix$ make
If you're not sure about the characteristics of your system, try typing
"make generic". If the compiler barfs and says something unpleasant about
"timezone redefined," try typing "make clean" followed by "make generic2".
If, on the other hand, it complains about an undefined symbol _ftime, try
typing "make clean" followed by "make generic3". One of these actions
should produce a working copy of unzip on most Unix systems. If you know
a bit more about the machine on which you work, you might try "make list"
for a list of the specific systems supported herein. (Many of them do
exactly the same thing, so don't agonize too much over which to pick if
two or more sound equally likely.) Also check out the INSTALL file for
notes on compiling various targets. As a last resort, feel free to read
the numerous comments within the Makefile itself.
Have a mostly pretty good day.
username@ubuntu:~/unzip-5.52/unix$ make install
make: *** 没有规则可以创建 "install" 需要的目标 "man/funzip.1"。停止。
---------------------------------------------------------------------------------------
fangdingj 说他特意试了一下 ./configure --pefix=/home/...... 通过了,我的怎么就通不过? 难道是用户权限不够? |
|