gcc? problem C++ compiler cannot create executables.

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
dumbobido
Beiträge: 142
Registriert: 15.07.2002 09:38:43
Wohnort: münchen

gcc? problem C++ compiler cannot create executables.

Beitrag von dumbobido » 10.10.2003 20:39:43

hallo,

ich habe folgendes problem mit meinem debian woody (mit backport paketen).
wenn ich ein programm übersetzen mag, kommt immer folgende meldung.
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build 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 whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether the C++ compiler (c++ ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.
woran kann das liegen??

danke für eure hilfe
--------------------------------------------------------
Beati pauperes spiritu.
--------------------------------------------------------

Chimerer
Beiträge: 514
Registriert: 28.01.2002 16:10:44

Beitrag von Chimerer » 10.10.2003 21:30:33

Hatte das Problem auch mal. Soweit ich mich erinnern kann half ein

Code: Alles auswählen

apt-get install g++

dumbobido
Beiträge: 142
Registriert: 15.07.2002 09:38:43
Wohnort: münchen

Beitrag von dumbobido » 12.10.2003 17:46:41

:D DANKE!!! das war das Problem.
--------------------------------------------------------
Beati pauperes spiritu.
--------------------------------------------------------

Antworten