|
|
rt
比如编译程序时执行./configure提示没权限.root也是如此
在shell下提示:bash: ./configure: /bin/sh: bad interpreter: 权限不够
使用sh ./configure可以运行。但配置了一般时又不能进行了:
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
但emerge一切正常。那位知道是什么原因? |
|