ubuntuusers.de

gcc; can't execute cc1plus

Status: Ungelöst | Ubuntu-Version: Ubuntu
Antworten |

Philofive

Anmeldungsdatum:
15. Oktober 2005

Beiträge: 162

Wohnort: Wien

Habe folgende Fehlermeldund, wenn ich den Vmwareserver installieren will:

gcc: installation problem, cannot exec 'cc1plus': No such file or directory

muss dazu sagen, obwohls eigentlich nicht der fehler sein kann, dass ich einen symbolischen Link gesetzt habe
ln -s /usr/bin/gcc-4.0 /usr/bin/gcc , da das Skript das Kommando gcc vorausgesetzt hat.

Wär toll, wenn mir jemand helfen könnte

Philofive

(Themenstarter)

Anmeldungsdatum:
15. Oktober 2005

Beiträge: 162

Wohnort: Wien

Hat niemand eine Erklärung??

Dee Team-Icon

Avatar von Dee

Anmeldungsdatum:
9. Februar 2006

Beiträge: 20095

Wohnort: Schwabenländle

Ein Link zu dem Programm und Deinem Vorgehen bei der Installation wäre nicht schlecht, damit das jemand nachvollziehen kann... Vor allem solltest Du mal in den Dateien nach "cc1plus" suchen, was nun tatsächlich ausgeführt werden soll.

Gruß, Dee

BiGBeN_87

Avatar von BiGBeN_87

Anmeldungsdatum:
10. April 2006

Beiträge: Zähle...

Wohnort: Oldenburg

Hi,

ich habe das selbe Problem. In meinem Fall geht es darum, Amarok 1.4.0 zu kompilieren.

Dazu führe ich Das hier aus:

bengt@Bengt-Workstation-Ubuntu:~/Desktop/amarok-1.4.0$ sudo sh configure


Und bekomme das hier als Rückmeldung:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... no
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wno-non-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
bengt@Bengt-Workstation-Ubuntu:~/Desktop/amarok-1.4.0$ sudo sh configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... no
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wno-non-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
bengt@Bengt-Workstation-Ubuntu:~/Desktop/amarok-1.4.0$ sudo sh configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... no
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wno-non-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

Also kug ich in der config.log nach:

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

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ configure 

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

hostname = Bengt-Workstation-Ubuntu
uname -m = i686
uname -r = 2.6.12-10-686
uname -s = Linux
uname -v = #1 Fri Apr 28 13:21:56 UTC 2006

/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/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin


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

configure:1591: checking build system type
configure:1609: result: i686-pc-linux-gnu
configure:1617: checking host system type
configure:1631: result: i686-pc-linux-gnu
configure:1639: checking target system type
configure:1653: result: i686-pc-linux-gnu
configure:1700: checking for a BSD-compatible install
configure:1755: result: /usr/bin/install -c
configure:1770: checking for -p flag to install
configure:1783: result: yes
configure:1794: checking whether build environment is sane
configure:1837: result: yes
configure:1857: checking for gawk
configure:1873: found /usr/bin/gawk
configure:1883: result: gawk
configure:1893: checking whether make sets $(MAKE)
configure:1913: result: yes
configure:2095: checking for kde-config
configure:2157: result: /usr/bin/kde-config
configure:2253: checking where to install
configure:2257: result: /usr (as returned by kde-config)
configure:2312: checking for style of include used by make
configure:2340: result: GNU
configure:2488: checking for gcc
configure:2504: found /usr/bin/gcc
configure:2514: result: gcc
configure:2758: checking for C compiler version
configure:2761: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
Copyright (C) 2005 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:2764: $? = 0
configure:2766: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
configure:2769: $? = 0
configure:2771: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2774: $? = 1
configure:2797: checking for C compiler default output file name
configure:2800: gcc     conftest.c  >&5
configure:2803: $? = 0
configure:2849: result: a.out
configure:2854: checking whether the C compiler works
configure:2860: ./a.out
configure:2863: $? = 0
configure:2880: result: yes
configure:2887: checking whether we are cross compiling
configure:2889: result: no
configure:2892: checking for suffix of executables
configure:2894: gcc -o conftest     conftest.c  >&5
configure:2897: $? = 0
configure:2922: result: 
configure:2928: checking for suffix of object files
configure:2949: gcc -c    conftest.c >&5
configure:2952: $? = 0
configure:2974: result: o
configure:2978: checking whether we are using the GNU C compiler
configure:3002: gcc -c    conftest.c >&5
configure:3008: $? = 0
configure:3011: test -z 			 || test ! -s conftest.err
configure:3014: $? = 0
configure:3017: test -s conftest.o
configure:3020: $? = 0
configure:3033: result: yes
configure:3039: checking whether gcc accepts -g
configure:3060: gcc -c -g  conftest.c >&5
configure:3066: $? = 0
configure:3069: test -z 			 || test ! -s conftest.err
configure:3072: $? = 0
configure:3075: test -s conftest.o
configure:3078: $? = 0
configure:3089: result: yes
configure:3106: checking for gcc option to accept ANSI C
configure:3176: gcc  -c    conftest.c >&5
configure:3182: $? = 0
configure:3185: test -z 			 || test ! -s conftest.err
configure:3188: $? = 0
configure:3191: test -s conftest.o
configure:3194: $? = 0
configure:3212: result: none needed
configure:3230: gcc -c    conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:3236: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3368: checking dependency style of gcc
configure:3451: result: gcc3
configure:3474: checking how to run the C preprocessor
configure:3509: gcc -E  conftest.c
configure:3515: $? = 0
configure:3547: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3553: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3592: result: gcc -E
configure:3616: gcc -E  conftest.c
configure:3622: $? = 0
configure:3654: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3660: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3784: checking for g++
configure:3813: result: no
configure:3784: checking for c++
configure:3813: result: no
configure:3784: checking for gpp
configure:3813: result: no
configure:3784: checking for aCC
configure:3813: result: no
configure:3784: checking for CC
configure:3813: result: no
configure:3784: checking for cxx
configure:3813: result: no
configure:3784: checking for cc++
configure:3813: result: no
configure:3784: checking for cl
configure:3813: result: no
configure:3784: checking for FCC
configure:3813: result: no
configure:3784: checking for KCC
configure:3813: result: no
configure:3784: checking for RCC
configure:3813: result: no
configure:3784: checking for xlC_r
configure:3813: result: no
configure:3784: checking for xlC
configure:3813: result: no
configure:3826: checking for C++ compiler version
configure:3829: g++ --version </dev/null >&5
configure: line 3830: g++: command not found
configure:3832: $? = 127
configure:3834: g++ -v </dev/null >&5
configure: line 3835: g++: command not found
configure:3837: $? = 127
configure:3839: g++ -V </dev/null >&5
configure: line 3840: g++: command not found
configure:3842: $? = 127
configure:3845: checking whether we are using the GNU C++ compiler
configure:3869: g++ -c    conftest.cc >&5
configure: line 3870: g++: command not found
configure:3875: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:3900: result: no
configure:3906: checking whether g++ accepts -g
configure:3927: g++ -c -g  conftest.cc >&5
configure: line 3928: g++: command not found
configure:3933: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3956: result: no
configure:3998: g++ -c    conftest.cc >&5
configure: line 3999: g++: command not found
configure:4004: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3998: g++ -c    conftest.cc >&5
configure: line 3999: g++: command not found
configure:4004: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3998: g++ -c    conftest.cc >&5
configure: line 3999: g++: command not found
configure:4004: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3998: g++ -c    conftest.cc >&5
configure: line 3999: g++: command not found
configure:4004: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3998: g++ -c    conftest.cc >&5
configure: line 3999: g++: command not found
configure:4004: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3998: g++ -c    conftest.cc >&5
configure: line 3999: g++: command not found
configure:4004: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4085: checking dependency style of g++
configure:4168: result: none
configure:4187: checking whether gcc is blacklisted
configure:4213: gcc -c -O2    conftest.c >&5
configure:4219: $? = 0
configure:4222: test -z 			 || test ! -s conftest.err
configure:4225: $? = 0
configure:4228: test -s conftest.o
configure:4231: $? = 0
configure:4243: result: no
configure:4577: checking whether g++ supports -Wmissing-format-attribute
configure:4613: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith   -Wmissing-format-attribute   conftest.cc  1>&5
configure: line 4614: g++: command not found
configure:4619: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:4657: result: no
configure:4664: checking whether gcc supports -Wmissing-format-attribute
configure:4697: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wmissing-format-attribute   conftest.c  >&5
configure:4703: $? = 0
configure:4706: test -z 			 || test ! -s conftest.err
configure:4709: $? = 0
configure:4712: test -s conftest
configure:4715: $? = 0
configure:4736: result: yes
configure:4750: checking whether g++ supports -Wundef
configure:4786: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith   -Wundef   conftest.cc  1>&5
configure: line 4787: g++: command not found
configure:4792: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:4830: result: no
configure:4837: checking whether g++ supports -Wno-long-long
configure:4873: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith   -Wno-long-long   conftest.cc  1>&5
configure: line 4874: g++: command not found
configure:4879: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:4917: result: no
configure:4924: checking whether g++ supports -Wno-non-virtual-dtor
configure:4960: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith   -Wno-non-virtual-dtor   conftest.cc  1>&5
configure: line 4961: g++: command not found
configure:4966: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:5004: result: no
configure:6221: checking how to run the C++ preprocessor
configure:6252: g++ -E  conftest.cc
configure: line 6253: g++: command not found
configure:6258: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6252: g++ -E  conftest.cc
configure: line 6253: g++: command not found
configure:6258: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6252: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:6258: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6252: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:6258: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6335: result: /lib/cpp
configure:6359: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:6365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6359: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:6365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "amarok-1.4.0"
| #define VERSION "3.5.2"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6434: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
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_PKGCONFIGFOUND_set=
ac_cv_env_PKGCONFIGFOUND_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_exeext=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
kde_cv_path=/usr/bin/kde-config
kde_cv_path_kde_config=/usr/bin/kde-config
kde_cv_prog_cc_Wmissing_format_attribute=yes

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

ACLOCAL='${SHELL} /home/bengt/Desktop/amarok-1.4.0/admin/missing --run aclocal-1.7'
ALSALIB_CFLAGS=''
ALSALIB_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/bengt/Desktop/amarok-1.4.0/admin/missing --run tar'
AR=''
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/bengt/Desktop/amarok-1.4.0/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/bengt/Desktop/amarok-1.4.0/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/bengt/Desktop/amarok-1.4.0/admin/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute'
CFLAGS_NMM=''
CFLAGS_XINE=''
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in $(top_srcdir)/./amarok/configure.in.bot $(top_srcdir)/./amarok/configure.in.in $(top_srcdir)/configure.in.bot'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS='-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith'
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
DOXYGEN=''
DOXYGEN_PROJECT_NAME=''
DOXYGEN_PROJECT_NUMBER=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_PERMISSIVE_FLAG=''
EXEEXT=''
EXSCALIBAR_CFLAGS=''
EXSCALIBAR_LIBS=''
F77=''
FFLAGS=''
FRAMEWORK_COREAUDIO=''
GMSGFMT=''
GTK_CONFIG=''
HAVE_GCC_VISIBILITY='0'
IFP_INCLUDES=''
IFP_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KCFG_DEPENDENCIES=''
KCONFIG_COMPILER=''
KDECONFIG='/usr/bin/kde-config'
KDE_CHECK_PLUGIN=''
KDE_EXTRA_RPATH=''
KDE_HAS_DOXYGEN=''
KDE_HAVE_DOT=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_NO_UNDEFINED=''
KDE_PLUGIN=''
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE=''
KDE_USE_FPIE=''
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE=''
KDE_USE_PIE=''
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LDFLAGS_AS_NEEDED=''
LDFLAGS_NEW_DTAGS=''
LDFLAGS_NMM=''
LIBCOMPAT=''
LIBCRYPT=''
LIBDL=''
LIBGPOD_CFLAGS=''
LIBGPOD_LIBS=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBS_XINE=''
LIBTOOL=''
LIBUCB=''
LIBUTIL=''
LIBVISUAL_CFLAGS=''
LIBVISUAL_LIBS=''
LIBZ=''
LIB_ARTS=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDED=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KDNSSD=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIMPROXY=''
LIB_KIO=''
LIB_KJS=''
LIB_KNEWSTUFF=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUNITTEST=''
LIB_KUTILS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_SQLITE=''
LIB_TUNEPIMP=''
LIB_X11=''
LIB_XEXT=''
LIB_XRENDER=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/bengt/Desktop/amarok-1.4.0/admin/missing --run makeinfo'
MAKEKDEWIDGETS=''
MCOPIDL=''
MEINPROC=''
MOC=''
MP4V2_INCLUDES=''
MP4V2_LIBS=''
MSGFMT=''
MYSQL_CONFIG=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT='o'
PACKAGE='amarok-1.4.0'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
PKGCONFIGFOUND=''
PKG_CONFIG=''
POSTGRESQL_CONFIG=''
QTDOCDIR=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB=''
RUBY=''
SDL_CONFIG=''
SET_MAKE=''
SHELL='/bin/sh'
SQLITE_CFLAGS=''
SQLITE_LIBS=''
STRIP=''
TAGLIB_CONFIG=''
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS=''
USE_RTTI=''
USE_THREADS=''
VERSION='3.5.2'
WOVERLOADED_VIRTUAL=''
XGETTEXT=''
XINE_CONFIG=''
XMLLINT=''
XMMS_CONFIG=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
all_includes=''
all_libraries=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
amarok_SUBDIR_included_FALSE=''
amarok_SUBDIR_included_TRUE=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
doc_SUBDIR_included_FALSE=''
doc_SUBDIR_included_TRUE=''
enable_mysql_FALSE=''
enable_mysql_TRUE=''
enable_postgresql_FALSE=''
enable_postgresql_TRUE=''
exec_prefix='NONE'
gl_libs=''
gtk_cflags=''
gtk_libs=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
include_x11_FALSE=''
include_x11_TRUE=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/bengt/Desktop/amarok-1.4.0/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir='/usr/share/doc/kde/HTML'
kde_libs_prefix='/usr'
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mysql_includes=''
mysql_libs=''
oldincludedir='/usr/include'
po_SUBDIR_included_FALSE=''
po_SUBDIR_included_TRUE=''
postgresql_includes=''
postgresql_libs=''
prefix='/usr'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sdl_cflags=''
sdl_libs=''
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
taglib_includes=''
taglib_libs=''
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
unsermake_enable_pch_FALSE=''
unsermake_enable_pch_TRUE='#'
with_exscalibar_FALSE=''
with_exscalibar_TRUE=''
with_helix_FALSE=''
with_helix_TRUE=''
with_ifp_FALSE=''
with_ifp_TRUE=''
with_included_sqlite_FALSE=''
with_included_sqlite_TRUE=''
with_konqsidebar_FALSE=''
with_konqsidebar_TRUE=''
with_libgpod_FALSE=''
with_libgpod_TRUE=''
with_libvisual_FALSE=''
with_libvisual_TRUE=''
with_mp4v2_FALSE=''
with_mp4v2_TRUE=''
with_nmm_FALSE=''
with_nmm_TRUE=''
with_xine_FALSE=''
with_xine_TRUE=''
with_xmmswrapper_FALSE=''
with_xmmswrapper_TRUE=''
x_includes='NONE'
x_libraries='NONE'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''
xmms_cflags=''
xmms_libs=''

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

#define PACKAGE "amarok-1.4.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "3.5.2"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1

(Sry für den langen Text. Ich hab keinen Dunst was davon nicht/wichtig ist, wenn ihrs mir sagt, kann ich den Betrag auch weider Kürzen \^^)

Mir scheint das hier wichtig zu sein:

cpp: installation problem, cannot exec 'cc1plus': No such file or directory

... Also an Daten sollte es jetzt nicht mehr mangeln \^^

comm_a_nder

Avatar von comm_a_nder

Anmeldungsdatum:
5. Februar 2006

Beiträge: 2533

Wohnort: Dresden

hast Du denn g++ installiert?

BiGBeN_87

Avatar von BiGBeN_87

Anmeldungsdatum:
10. April 2006

Beiträge: 56

Wohnort: Oldenburg

Ich hab per synaptics g++ installiert ... Jetzt komm aber das hier:

bengt@Bengt-Workstation-Ubuntu:~/Desktop/amarok-1.4.0$ sudo sh configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... expr: syntax error

checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking for PIE support... yes
checking if enabling -pie/fPIE support... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/X11R6/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... no
configure: WARNING: libjpeg not found. disable JPEG support.
checking for perl... /usr/bin/perl
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
bengt@Bengt-Workstation-Ubuntu:~/Desktop/amarok-1.4.0$

comm_a_nder

Avatar von comm_a_nder

Anmeldungsdatum:
5. Februar 2006

Beiträge: 2533

Wohnort: Dresden

1. diverse Pasteservices existieren, deine ellenlangen Listings machen das Forum nicht unbedingt lesbarer.

2. Dir fehlen die qt Headerfiles, welche das sind kannst du feststellen, in dem du zB in deinem config.log nach "file not found" oder ähnlichem suchst und dann zB mit wajig oder apt-file bzw der Suche auf packages.ubuntu.com nach den dazugehörigen Paketen suchst.

3. amarok 1.4 gibt es doch schon als Pakete (siehe auch den dazugehörigen Thread im kubuntu.de Forum

BiGBeN_87

Avatar von BiGBeN_87

Anmeldungsdatum:
10. April 2006

Beiträge: 56

Wohnort: Oldenburg

Danke erst mal für die schnellen Antworten.

zu 1. Ja, sry ich kann ja gleich noch mal durchgehen und kürzen ...
btw: was ist ein Pasteservice?

zu 2. thx werd ich machen.

zu 3. Ja stimmt, das hab ich übersehen / ne falsche Info gefunden, dass es amarok 1.4 nicht für breezy gibt.

There is no package available for breezy.

comm_a_nder

Avatar von comm_a_nder

Anmeldungsdatum:
5. Februar 2006

Beiträge: 2533

Wohnort: Dresden

BiGBeN_87 hat geschrieben:

Danke erst mal für die schnellen Antworten.

zu 1. Ja, sry ich kann ja gleich noch mal durchgehen und kürzen ...
btw: was ist ein Pasteservice?

http://www.ubuntuusers.de/paste/

Philofive

(Themenstarter)

Anmeldungsdatum:
15. Oktober 2005

Beiträge: 162

Wohnort: Wien

g++ hat geholfen. Danke vielmals, auch wenn ich anderswo im Netz bereits fündig geworden bin.
Ich markier mal als gelöst

Antworten |