| View previous topic :: View next topic |
| Author |
Message |
FileTester Voice
Joined: 03 Nov 2005 Posts: 1
|
Posted: Thu Nov 03, 2005 12:18 pm Post subject: Error at step (6) ./configure |
|
|
When I get to this point this is the error I am getting maybe someone can point me in the right direction for fixing this...
| Code: | This is Eggdrop's GNU configure script.
It's going to run a bunch of tests to hopefully make your compile
work without much twiddling.
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
|
Here is what I see in my config.log file:
| Code: | This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Eggdrop configure 1.6.17, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = elite.webserveronline.com
uname -m = i686
uname -r = 2.6.10-1.771_FC2
uname -s = Linux
uname -v = #1 Mon Mar 28 00:50:14 EST 2005
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/jdk/bin
PATH: /usr/kerberos/bin
PATH: /usr/lib/courier-imap/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/ftatest/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1359: result:
configure:1361: result: This is Eggdrop's GNU configure script.
configure:1363: result: It's going to run a bunch of tests to hopefully make your compile
configure:1365: result: work without much twiddling.
configure:1367: result:
configure:1444: checking for gcc
configure:1460: found /usr/bin/gcc
configure:1470: result: gcc
configure:1714: checking for C compiler version
configure:1717: gcc --version </dev/null >&5
./configure: line 1: /usr/bin/gcc: Permission denied
configure:1720: $? = 126
configure:1722: gcc -v </dev/null >&5
./configure: line 1: /usr/bin/gcc: Permission denied
configure:1725: $? = 126
configure:1727: gcc -V </dev/null >&5
./configure: line 1: /usr/bin/gcc: Permission denied
configure:1730: $? = 126
configure:1753: checking for C compiler default output file name
configure:1756: gcc conftest.c >&5
./configure: line 1: /usr/bin/gcc: Permission denied
configure:1759: $? = 126
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.6.17"
| #define PACKAGE_STRING "Eggdrop 1.6.17"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1798: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_prog_ac_ct_CC=gcc
## ----------------- ##
## Output variables. ##
## ----------------- ##
AWK=''
BASENAME=''
CC='gcc'
CFLAGS=''
CPP=''
CPPFLAGS=''
DEFAULT_MAKE=''
DEFS=''
DEST=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGGEXEC=''
EGGVERSION=''
EGREP=''
EXEEXT=''
HEAD_1=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
MODULE_XLIBS=''
MOD_CC=''
MOD_EXT=''
MOD_LD=''
MOD_STRIP=''
MOD_UPDIR=''
OBJEXT=''
PACKAGE_BUGREPORT='bugs@eggheads.org'
PACKAGE_NAME='Eggdrop'
PACKAGE_STRING='Eggdrop 1.6.17'
PACKAGE_TARNAME='eggdrop'
PACKAGE_VERSION='1.6.17'
PATH_SEPARATOR=':'
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
SHLIB_CC=''
SHLIB_LD=''
SHLIB_STRIP=''
STRIP=''
TCLINC=''
TCLINCFN=''
TCLLIB=''
TCLLIBFN=''
TCL_LIBS=''
TCL_REQS=''
UNAME=''
ac_ct_CC='gcc'
ac_ct_RANLIB=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
egg_ac_parameters=''
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT "bugs@eggheads.org"
#define PACKAGE_NAME "Eggdrop"
#define PACKAGE_STRING "Eggdrop 1.6.17"
#define PACKAGE_TARNAME "eggdrop"
#define PACKAGE_VERSION "1.6.17"
configure: exit 77
|
Any help will be greatly appreciated.
Thanks in advance for all your hard work and support,
FileTester |
|
| Back to top |
|
 |
KrzychuG Master

Joined: 16 Aug 2003 Posts: 306 Location: Torun, Poland
|
Posted: Thu Nov 03, 2005 5:52 pm Post subject: |
|
|
Probably missing glibc-devel package in your OS. _________________ Que? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|