operaman Skrevet 2. oktober 2004 Skrevet 2. oktober 2004 har ikke fått til å installere make så jeg bestemte å installere fra gnu sine web-sider men ./configure virker ikke [code]This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU make configure 3.80, which was generated by GNU Autoconf 2.54. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = debian uname -m = i686 uname -r = 2.6.8-1-686 uname -s = Linux uname -v = #1 Sat Aug 28 14:11:39 EDT 2004 /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/bin PATH: /usr/local/sbin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/bin/X11 PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1317: checking for a BSD-compatible install configure:1371: result: /usr/bin/install -c configure:1382: checking whether build environment is sane configure:1425: result: yes configure:1458: checking for gawk configure:1474: found /usr/bin/gawk configure:1484: result: gawk configure:1494: checking whether make sets ${MAKE} configure:1518: result: no configure:1669: checking whether make sets ${MAKE} configure:1693: result: no configure:1746: checking for gcc configure:1762: found /usr/bin/gcc configure:1772: result: gcc configure:2014: checking for C compiler version configure:2017: gcc --version </dev/null >&5 2.95.4 configure:2020: $? = 0 configure:2022: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs gcc version 2.95.4 20011002 (Debian prerelease) configure:2025: $? = 0 configure:2027: gcc -V </dev/null >&5 gcc: argument to `-V' is missing configure:2030: $? = 1 configure:2050: checking for C compiler default output configure:2053: gcc conftest.c >&5 /usr/bin/ld: cannot open crt1.o: No such file or directory collect2: ld returned 1 exit status configure:2056: $? = 1 configure: failed program was: #line 2033 "configure" #include "confdefs.h" int main () { ; return 0; } configure:2083: error: C compiler cannot create executables check `config.log' for 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_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_prog_AWK=gawk ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_make_make_set=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /make-3.80/config/missing --run aclocal-1.7' ALLOCA='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='' AMTAR='${SHELL} /make-3.80/config/missing --run tar' AR='' AUTOCONF='${SHELL} /make-3.80/config/missing --run autoconf' AUTOHEADER='${SHELL} /make-3.80/config/missing --run autoheader' AUTOMAKE='${SHELL} /make-3.80/config/missing --run automake-1.7' AWK='gawk' CC='gcc' CCDEPMODE='' CFLAGS='' CPP='' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' GETLOADAVG_LIBS='' GLOBINC='' GLOBLIB='' GMSGFMT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INTLLIBS='' KMEM_GROUP='' LDFLAGS='' LIBICONV='' LIBINTL='' LIBOBJS='' LIBS='' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' MAKEINFO='${SHELL} /make-3.80/config/missing --run makeinfo' MAKE_HOST='' MKINSTALLDIRS='' MSGFMT='' MSGMERGE='' NEED_SETGID='' OBJEXT='' PACKAGE='make' PACKAGE_BUGREPORT='[email protected]' PACKAGE_NAME='GNU make' PACKAGE_STRING='GNU make 3.80' PACKAGE_TARNAME='make' PACKAGE_VERSION='3.80' PATH_SEPARATOR=':' PERL='' POSUB='' RANLIB='' SET_MAKE='MAKE=make' SHELL='/bin/sh' STRIP='' USE_CUSTOMS_FALSE='' USE_CUSTOMS_TRUE='' USE_LOCAL_GLOB_FALSE='' USE_LOCAL_GLOB_TRUE='' USE_NLS='' VERSION='3.80' XGETTEXT='' ac_ct_CC='gcc' ac_ct_RANLIB='' ac_ct_STRIP='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='' am__include='' am__quote='' bindir='${exec_prefix}/bin' build='' build_alias='' build_cpu='' build_os='' build_vendor='' datadir='${prefix}/share' exec_prefix='NONE' host='' host_alias='' host_cpu='' host_os='' host_vendor='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/make-3.80/config/install-sh' 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='' ## ------------- ## ## Output files. ## ## ------------- ## MAINT_MAKEFILE='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE "make" #define PACKAGE_BUGREPORT "[email protected]" #define PACKAGE_NAME "GNU make" #define PACKAGE_STRING "GNU make 3.80" #define PACKAGE_TARNAME "make" #define PACKAGE_VERSION "3.80" #define VERSION "3.80" configure: exit 77 [/code] noen som vet noe
Velmont Skrevet 2. oktober 2004 Skrevet 2. oktober 2004 (endret) Jøss, du har ikke make? Trodde det var standard på absolutt alt :| configure:2083: error: C compiler cannot create executables check `config.log' for details. Hmm, det er denne som er feil altså? Funker ikke gcc'en din? Prøv å lag et eget lite "hei verden" program og test.... #include <stdio.h> int main() { printf("hei verden\n"); return 0; } (har ikke testa det selv, - er trøtt - men tror det skulle være rett) Endret 2. oktober 2004 av Velmont
operaman Skrevet 3. oktober 2004 Forfatter Skrevet 3. oktober 2004 apt-get install make ?? det virker ikke
operaman Skrevet 3. oktober 2004 Forfatter Skrevet 3. oktober 2004 kjørte apt-get install make $apt-get install makeLeser pakkelister... Utført Skaper oversikt over avhengighetsforhold... Utført Følgende ekstra pakker vil bli installert. fileutils Følgende NYE pakker vil bli installerte: fileutils make 0 upgraded, 2 newly installed, 0 å fjerne og 0 ikke oppgradert. Trenger å skaffe 0B/1097kB med lagre. Efter utpakking vil 2773kB mere diskplass bli brukt. Vil du fortsette? [Y/n]y (Reading database ... 62748 files and directories currently installed.) Unpacking fileutils (from .../fileutils_4.1-10_i386.deb) ... dpkg: error processing /var/cache/apt/archives/fileutils_4.1-10_i386.deb (--unpack): trying to overwrite `/bin/chgrp', which is also in package coreutils dpkg-deb: subprocess paste killed by signal (Røret ble brutt) Errors were encountered while processing: /var/cache/apt/archives/fileutils_4.1-10_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Anbefalte innlegg
Opprett en konto eller logg inn for å kommentere
Du må være et medlem for å kunne skrive en kommentar
Opprett konto
Det er enkelt å melde seg inn for å starte en ny konto!
Start en kontoLogg inn
Har du allerede en konto? Logg inn her.
Logg inn nå