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

Programm für par2-Dateien wird nicht kompiliert

Fermi1

Newbie
Hallo alle zusammen,
ich bin erst seit kurzer Zeit Linux-User (Opensuse 10.2 64-bit), aber bisher hatte alles geklappt.
Jetzt ist das anders: Ich wollte ein Programm zum überprüfen von par2-Dateien installieren, aber bis jetzt läuft es noch nicht.
Es handelt sich um das Programm gpar2. Ich habe es mit einem rpm-Paket installiert und ich kann die Anwendung auch in meinem Applicaion Browser von Gnome sehen. Wenn ich das Programm starte passiert aber ncihts. Wenn ich das Programm uber das Terminal starte kommt die Meldung :
terminate called after throwing an instance of 'Glib::FileError'
Abgebrochen


Daraufhin wollte ich es mit der Instalation von par2cmdline probieren. Dort ist das Problem, dass ich die Installationsdateien nicht kompilieren kann. In der Anleitung steht, dass ich in dem Verzeichnis der entpckten Dateien (sind aus einem tar.gz-Archiv) zuerst den Befehl ./configure ausführen soll. Dabei erhalte ich allerdings im Terminal folgende Ausgabe:

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 for C++ compiler default output... configure: error: C++ compiler cannot create executables
See `config.log' for more details.


Die dort genannte log-File hat den folgenden Inhalt:


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

It was created by par2cmdline configure 0.3, which was
generated by GNU Autoconf 2.57. Invocation command line was

$ ./configure

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

hostname = Fechner
uname -m = x86_64
uname -r = 2.6.18.2-34-default
uname -s = Linux
uname -v = #1 SMP Mon Nov 27 11:46:27 UTC 2006

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

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

PATH: /home/sebastian/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


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

configure:1327: checking build system type
configure:1345: result: x86_64-unknown-linux-gnu
configure:1353: checking host system type
configure:1367: result: x86_64-unknown-linux-gnu
configure:1391: checking for a BSD-compatible install
configure:1445: result: /usr/bin/install -c
configure:1456: checking whether build environment is sane
configure:1499: result: yes
configure:1532: checking for gawk
configure:1548: found /usr/bin/gawk
configure:1558: result: gawk
configure:1568: checking whether make sets $(MAKE)
configure:1588: result: yes
configure:1806: checking for g++
configure:1835: result: no
configure:1806: checking for c++
configure:1835: result: no
configure:1806: checking for gpp
configure:1835: result: no
configure:1806: checking for aCC
configure:1835: result: no
configure:1806: checking for CC
configure:1835: result: no
configure:1806: checking for cxx
configure:1835: result: no
configure:1806: checking for cc++
configure:1835: result: no
configure:1806: checking for cl
configure:1835: result: no
configure:1806: checking for FCC
configure:1835: result: no
configure:1806: checking for KCC
configure:1835: result: no
configure:1806: checking for RCC
configure:1835: result: no
configure:1806: checking for xlC_r
configure:1835: result: no
configure:1806: checking for xlC
configure:1835: result: no
configure:1848: checking for C++ compiler version
configure:1851: g++ --version </dev/null >&5
./configure: line 1852: g++: command not found
configure:1854: $? = 127
configure:1856: g++ -v </dev/null >&5
./configure: line 1857: g++: command not found
configure:1859: $? = 127
configure:1861: g++ -V </dev/null >&5
./configure: line 1862: g++: command not found
configure:1864: $? = 127
configure:1888: checking for C++ compiler default output
configure:1891: g++ conftest.cc >&5
./configure: line 1892: g++: command not found
configure:1894: $? = 127
configure: failed program was:
| #line 1867 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "par2cmdline"
| #define PACKAGE_TARNAME "par2cmdline"
| #define PACKAGE_VERSION "0.3"
| #define PACKAGE_STRING "par2cmdline 0.3"
| #define PACKAGE_BUGREPORT "peterbclements@users.sourceforge.net"
| #define PACKAGE "par2cmdline"
| #define VERSION "0.3"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1933: error: C++ compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_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_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes

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

ACLOCAL='${SHELL} /home/sebastian/Desktop/par2cmdline-0.3/missing --run aclocal-1.7'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/sebastian/Desktop/par2cmdline-0.3/missing --run tar'
AUTOCONF='${SHELL} /home/sebastian/Desktop/par2cmdline-0.3/missing --run autoconf'
AUTOHEADER='${SHELL} /home/sebastian/Desktop/par2cmdline-0.3/missing --run autoheader'
AUTOMAKE='${SHELL} /home/sebastian/Desktop/par2cmdline-0.3/missing --run automake-1.7'
AWK='gawk'
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/sebastian/Desktop/par2cmdline-0.3/missing --run makeinfo'
OBJEXT=''
PACKAGE='par2cmdline'
PACKAGE_BUGREPORT='peterbclements@users.sourceforge.net'
PACKAGE_NAME='par2cmdline'
PACKAGE_STRING='par2cmdline 0.3'
PACKAGE_TARNAME='par2cmdline'
PACKAGE_VERSION='0.3'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.3'
ac_ct_CC=''
ac_ct_CXX='g++'
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/sebastian/Desktop/par2cmdline-0.3/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=''

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

#define PACKAGE "par2cmdline"
#define PACKAGE_BUGREPORT "peterbclements@users.sourceforge.net"
#define PACKAGE_NAME "par2cmdline"
#define PACKAGE_STRING "par2cmdline 0.3"
#define PACKAGE_TARNAME "par2cmdline"
#define PACKAGE_VERSION "0.3"
#define VERSION "0.3"

configure: exit 77


Was muss ich denn machen. Ich verstehe das so, dass kein c++-Compiler gefunden wird. Ich habe allerdings gcc installiert.[/b]
 
OP
F

Fermi1

Newbie
Danke für die Antwort,
allerdings weiß ich damit nicht viel anzufangen. Ich habe den Befehl mal im Terminal eingegeben und folgende Ausgabe erhalten:

libgcc41-32bit-4.1.2_20061115-5
gcc41-gij-32bit-4.1.2_20061115-7
gcc41-4.1.2_20061115-5
libgcc41-4.1.2_20061115-5
gcc-4.1.3-29
gcc-gij-4.1.3-29
gcc41-c++-4.1.2_20061115-5
gcc41-gij-4.1.2_20061115-7

Was sagt mir das?`
 
Oben