checking for C compiler default output... configure: error: C compiler cannot cr
eate executables
See `config.log' for more details.
很诡异,刚才还用root用户make了mysql,换成bbs用户就不行了!以前还make过呢,从来没出现过这个!
config.log里面
configure:2211: checking for gcc
configure:2227: found /usr/bin/gcc
configure:2237: result: gcc
configure:2481: checking for C compiler version
configure:2484: gcc --version </dev/null >&5
./configure: /usr/bin/gcc: Permission denied
configure:2487: $? = 126
configure:2489: gcc -v </dev/null >&5
./configure: /usr/bin/gcc: Permission denied
configure:2492: $? = 126
configure:2494: gcc -V </dev/null >&5
./configure: /usr/bin/gcc: Permission denied
configure:2497: $? = 126
configure:2521: checking for C compiler default output
configure:2524: gcc -DLINUX conftest.c >&5
./configure: /usr/bin/gcc: Permission denied
configure:2527: $? = 126
configure: failed program was:
| #line 2500 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "smthbbs"
| #define PACKAGE_TARNAME "smthbbs"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "smthbbs 1.2.1"
| #define PACKAGE_BUGREPORT "SYSOP@smth.org"
| #define PACKAGE "smthbbs"
| #define VERSION "1.2.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2566: error: C compiler cannot create executables
See `config.log' for more details.
--
FROM 202.197.75.*