• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

und ein weiteres: "error trying to exec 'cc1'" problem!

punkkeks

Newbie
Moin moin,

ich habe einen vserver bei 1&1 mit suse 10.2 am laufen.

nun wollte ich das allseitsberühmte SQUID (!!!!!) installieren :D
nun ja. kurz runtergeladen entpackt und hmm....

./configure --sysconfdir=/etc/squid --enable-err-language=German --prefix=/usr/local/squid
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... //bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
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.

thats it....
you see, gcc ist installiert mit allen aber wirklich allen paketen....
Wo liegt das Problem? :(
unten seht ihr den config.log
Bin iwie ziemlich verzweifelt. ^^

Mfg

punkkeks

Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Squid Web Proxy configure 3.0.STABLE24, which was
generated by GNU Autoconf 2.62.  Invocation command line was

  $ ./configure --sysconfdir=/etc/squid --enable-err-language=German --prefix=/usr/local/squid  //// ja ich habe es auch ohne die paramater probiert

## --------- ##
## Platform. ##
## --------- ##

hostname = s15381641
uname -m = x86_64
uname -r = 2.6.9-023stab051.3-smp
uname -s = Linux
uname -v = #1 SMP Wed Nov 4 18:36:34 MSK 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: //sbin
PATH: //bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /root/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/kde3/bin
PATH: /opt/cross/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2481: checking for a BSD-compatible install
configure:2549: result: /usr/bin/install -c
configure:2560: checking whether build environment is sane
configure:2603: result: yes
configure:2628: checking for a thread-safe mkdir -p
configure:2667: result: //bin/mkdir -p
configure:2680: checking for gawk
configure:2696: found //bin/gawk
configure:2707: result: gawk
configure:2718: checking whether make sets $(MAKE)
configure:2740: result: yes
configure:2923: checking how to create a ustar tar archive
configure:2936: tar --version
tar (GNU tar) 1.17
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:2939: $? = 0
configure:2979: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:2982: $? = 0
configure:2986: tar -xf - <conftest.tar
configure:2989: $? = 0
configure:3002: result: gnutar
configure:3010: checking whether to enable maintainer-specific portions of Makefiles
configure:3019: result: no
configure:3088: checking for gcc
configure:3104: found /usr/bin/gcc
configure:3115: result: gcc
configure:3353: checking for C compiler version
configure:3361: gcc --version >&5
gcc (GCC) 4.2.1 (SUSE Linux)
Copyright (C) 2007 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:3365: $? = 0
configure:3372: gcc -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.2.1 (SUSE Linux)
configure:3376: $? = 0
configure:3383: gcc -V >&5
gcc: '-V' option must have argument
configure:3387: $? = 1
configure:3410: checking for C compiler default output file name
configure:3432: gcc   -g conftest.c  >&5
gcc: error trying to exec 'cc1': execvp: No such file or directory
configure:3436: $? = 1
configure:3474: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Squid Web Proxy"
| #define PACKAGE_TARNAME "squid"
| #define PACKAGE_VERSION "3.0.STABLE24"
| #define PACKAGE_STRING "Squid Web Proxy 3.0.STABLE24"
| #define PACKAGE_BUGREPORT "http://www.squid-cache.org/bugs/"
| #define PACKAGE "squid"
| #define VERSION "3.0.STABLE24"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3481: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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/install -c'
ac_cv_path_mkdir=//bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
am_cv_prog_tar_ustar=gnutar

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /srv/www/vhosts/punkkeks.de/prog/cfgaux/missing --run aclocal-1.10'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /srv/www/vhosts/punkkeks.de/prog/cfgaux/missing --run tar'
AR=''
AR_R=''
AUTH_LIBS=''
AUTH_LINKOBJS=''
AUTH_MODULES=''
AUTH_OBJS=''
AUTOCONF='${SHELL} /srv/www/vhosts/punkkeks.de/prog/cfgaux/missing --run autoconf'
AUTOHEADER='${SHELL} /srv/www/vhosts/punkkeks.de/prog/cfgaux/missing --run autoheader'
AUTOMAKE='${SHELL} /srv/www/vhosts/punkkeks.de/prog/cfgaux/missing --run automake-1.10'
AWK='gawk'
BASIC_AUTH_HELPERS=''
CACHE_EFFECTIVE_USER=''
CACHE_HTTP_PORT=''
CACHE_ICP_PORT=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CGIEXT=''
CPP=''
CPPFLAGS=''
CPPUNITCONFIG=''
CRYPTLIB=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DIGEST_AUTH_HELPERS=''
DISK_LIBS=''
DISK_LINKOBJS=''
DISK_PROGRAMS=''
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_ARP_ACL_FALSE=''
ENABLE_ARP_ACL_TRUE=''
ENABLE_HTCP_FALSE=''
ENABLE_HTCP_TRUE=''
ENABLE_IDENT_FALSE=''
ENABLE_IDENT_TRUE=''
ENABLE_PINGER_FALSE=''
ENABLE_PINGER_TRUE=''
ENABLE_SSL_FALSE=''
ENABLE_SSL_TRUE=''
ENABLE_UNLINKD_FALSE=''
ENABLE_UNLINKD_TRUE=''
ENABLE_WIN32SPECIFIC_FALSE=''
ENABLE_WIN32SPECIFIC_TRUE=''
ENABLE_XPROF_STATS_FALSE=''
ENABLE_XPROF_STATS_TRUE=''
EPOLL_LIBS=''
ERR_DEFAULT_LANGUAGE=''
ERR_LANGUAGES=''
EXEEXT=''
EXTERNAL_ACL_HELPERS=''
F77=''
FALSE=''
FFLAGS=''
GREP=''
ICAP_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KRB5INCS=''
KRB5LIBS=''
LDFLAGS='-g'
LIBADD_DL=''
LIBOBJS=''
LIBREGEX=''
LIBS=''
LIBSASL=''
LIBTOOL=''
LIB_DB=''
LIB_LBER=''
LIB_LDAP=''
LN=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /srv/www/vhosts/punkkeks.de/prog/cfgaux/missing --run makeinfo'
MAKE_LEAKFINDER_FALSE=''
MAKE_LEAKFINDER_TRUE=''
MINGW_LIBS=''
MKDIR=''
MKDIR_P='//bin/mkdir -p'
MV=''
NEGOTIATE_AUTH_HELPERS=''
NMEDIT=''
NTLM_AUTH_HELPERS=''
OBJEXT=''
OPT_DEFAULT_HOSTS=''
PACKAGE='squid'
PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/'
PACKAGE_NAME='Squid Web Proxy'
PACKAGE_STRING='Squid Web Proxy 3.0.STABLE24'
PACKAGE_TARNAME='squid'
PACKAGE_VERSION='3.0.STABLE24'
PATH_SEPARATOR=':'
PERL=''
RANLIB=''
REGEXLIB=''
REPL_LIBS=''
REPL_OBJS=''
REPL_POLICIES=''
RM=''
SED=''
SET_MAKE=''
SH=''
SHELL='/bin/sh'
SNMPLIB=''
SQUID_CFLAGS=''
SQUID_CPPUNIT_INC=''
SQUID_CPPUNIT_LA=''
SQUID_CPPUNIT_LIBS=''
SQUID_CXXFLAGS=''
SSLLIB=''
STORE_LIBS=''
STORE_LINKOBJS=''
STORE_OBJS=''
STORE_TESTS=''
STRIP=''
TRUE=''
USE_AIOPS_WIN32_FALSE=''
USE_AIOPS_WIN32_TRUE=''
USE_AIO_WIN32_FALSE=''
USE_AIO_WIN32_TRUE=''
USE_DELAY_POOLS_FALSE=''
USE_DELAY_POOLS_TRUE=''
USE_DEVPOLL_FALSE=''
USE_DEVPOLL_TRUE=''
USE_DNSSERVER_FALSE=''
USE_DNSSERVER_TRUE=''
USE_EPOLL_FALSE=''
USE_EPOLL_TRUE=''
USE_ESI_FALSE=''
USE_ESI_TRUE=''
USE_ICAP_CLIENT_FALSE=''
USE_ICAP_CLIENT_TRUE=''
USE_IPC_WIN32_FALSE=''
USE_IPC_WIN32_TRUE=''
USE_KQUEUE_FALSE=''
USE_KQUEUE_TRUE=''
USE_POLL_FALSE=''
USE_POLL_TRUE=''
USE_SELECT_FALSE=''
USE_SELECT_SIMPLE_FALSE=''
USE_SELECT_SIMPLE_TRUE=''
USE_SELECT_TRUE=''
USE_SELECT_WIN32_FALSE=''
USE_SELECT_WIN32_TRUE=''
USE_SNMP_FALSE=''
USE_SNMP_TRUE=''
VERSION='3.0.STABLE24'
WIN32_PSAPI=''
XTRA_LIBS=''
XTRA_OBJS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_krb5_config=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /srv/www/vhosts/punkkeks.de/prog/cfgaux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
makesnmplib=''
mandir='${datarootdir}/man'
mkdir_p='//bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/squid'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='/etc/squid'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "Squid Web Proxy"
#define PACKAGE_TARNAME "squid"
#define PACKAGE_VERSION "3.0.STABLE24"
#define PACKAGE_STRING "Squid Web Proxy 3.0.STABLE24"
#define PACKAGE_BUGREPORT "http://www.squid-cache.org/bugs/"
#define PACKAGE "squid"
#define VERSION "3.0.STABLE24"

configure: exit 77
 
Oben