PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : gcc Problem


martin
02.07.02, 21:02
Hallo,

ich wollte gerade ein proggie (ecasound) kompilieren. Bekomme aber einen Fehler:

bash-2.05a$ ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
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 for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.


gcc ist aber installiert. Habe auch schon wine kompileren können. Was fehlr mir denn da noch ??

Danke!

martin

micha
02.07.02, 21:42
Hi,

Dir fehlt der C++-Compiler, such mal auf Deinen CD?s nach einem Paket gpp o.ä.

Gruß micha

martin
02.07.02, 21:57
Jo, hiess ein wenig anders, aber dankeschön !

Painkiller
03.07.02, 16:09
Wie hiess es den genau?

martin
03.07.02, 16:58
Stimmt, hasst ja Recht. Wie egoistisch von mir :rolleyes: :D

gcc-c++-2.96-110.i386.rpm

tachibana_guy
30.07.02, 19:13
Ich habe mit mandrake 8.1 das selbe Problem. Wie schaue ich nach den abhängigkeiten?

Immortal
31.07.02, 12:13
Probier mal:


rpm --test <Paketname>.rpm


Dann müsste es prüfen, ob du es installieren kannst oder ob irgendwelche Abhängigkeiten nicht erfüllt werden! ;)

cya Immortal