Имею VDS с Slackware 13.0 (поставил слаку так как там всего лишь 64 мб озу и хочется оптимизации)
Gcc 4-4.3 и g++,gettext из которых обычно такие ошибки бывают и также linux kernel headers ecть,
Вылетает такая ошибка во время компиляции любой программы:
Код: Выделить всё
configure: error: in `/test/pure-ftpd-1.0.24':
configure: error: C compiler cannot create executables
See `config.log' for more details.Сам config.log
Код:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pure-ftpd configure 1.0.24, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = tirador
uname -m = i686
uname -r = 2.6.18-128.2.1.el5.028stab064.7PAE
uname -s = Linux
uname -v = #1 SMP Fri Aug 21 03:42:35 MSD 2009
/usr/bin/uname -p = Dual-Core AMD Opteron™ Processor 1212
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2617: checking for a BSD-compatible install
configure:2685: result: /usr/bin/ginstall -c
configure:2696: checking whether build environment is sane
configure:2746: result: yes
configure:2887: checking for a thread-safe mkdir -p
configure:2926: result: /usr/bin/mkdir -p
configure:2939: checking for gawk
configure:2955: found /usr/bin/gawk
configure:2966: result: gawk
configure:2977: checking whether make sets $(MAKE)
configure:2999: result: yes
configure:3130: checking for ranlib
configure:3146: found /usr/bin/ranlib
configure:3157: result: ranlib
configure:3227: checking for gcc
configure:3243: found /usr/bin/gcc
configure:3254: result: gcc
configure:3483: checking for C compiler version
configure:3492: gcc --version >&5
gcc (GCC) 4.3.3
Copyright © 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3503: $? = 0
configure:3492: gcc -v >&5
Reading specs from /usr/lib/gcc/i486-slackware-linux/4.3.3/specs
Target: i486-slackware-linux
Configured with: ../gcc-4.3.3/configure --prefix=/usr --libdir=/usr/lib --ena$
Thread model: posix
gcc version 4.3.3 (GCC)
configure:3503: $? = 0
configure:3492: gcc -V >&5
gcc: '-V' option must have argument
configure:3503: $? = 1
configure:3492: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3503: $? = 1
configure:3525: checking for C compiler default output file name
configure:3547: gcc conftest.c >&5
/usr/libexec/gcc/i486-slackware-linux/4.3.3/cc1: error while loading shared l$
configure:3551: $? = 1
configure:3588: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pure-ftpd"
| #define PACKAGE_TARNAME "pure-ftpd"
| #define PACKAGE_VERSION "1.0.24"
| #define PACKAGE_STRING "pure-ftpd 1.0.24"
| #define PACKAGE_BUGREPORT "bugs at pureftpd dot org"
| #define PACKAGE_URL ""
| #define PACKAGE "pure-ftpd"
| #define VERSION "1.0.24"
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
| FILE *f = fopen ("conftest.out", "w");
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:3594: error: in `/home/pure-ftpd-1.0.24':
configure:3598: 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_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PERL_set=
ac_cv_env_PERL_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/pure-ftpd-1.0.24/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/pure-ftpd-1.0.24/missing --run tar'
AUTOCONF='${SHELL} /home/pure-ftpd-1.0.24/missing --run autoconf'
AUTOHEADER='${SHELL} /home/pure-ftpd-1.0.24/missing --run autoheader'
AUTOMAKE='${SHELL} /home/pure-ftpd-1.0.24/missing --run automake-1.11'
AWK='gawk'
BONJOUR_LDADD=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CONFDIR=''
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GETLOADAVG_LIBS=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
ISODATE='2010-03-12'
KMEM_GROUP='
LDAP_SSL_LIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LOCALSTATEDIR=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/pure-ftpd-1.0.24/missing --run makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
NEED_SETGID=''
OBJEXT=''
PACKAGE='pure-ftpd'
PACKAGE_BUGREPORT='bugs at pureftpd dot org'
PACKAGE_NAME='pure-ftpd'
PACKAGE_STRING='pure-ftpd 1.0.24'
PACKAGE_TARNAME='pure-ftpd'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.24'
PATH_SEPARATOR=':'
PERL=''
POW_LIB=''
PYTHON=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.0.24'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
certfile=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/pure-ftpd-1.0.24/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
andir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "pure-ftpd"
#define PACKAGE_TARNAME "pure-ftpd"
#define PACKAGE_VERSION "1.0.24"
#define PACKAGE_STRING "pure-ftpd 1.0.24"
#define PACKAGE_BUGREPORT "bugs at pureftpd dot org"
#define PACKAGE_URL ""
#define PACKAGE "pure-ftpd"
#define VERSION "1.0.24"
configure: exit 77
Может кто сталкивался с подобным и знает решение?
P.S Проблема не решена, снес Slackware.