./configure klapp nicht

Software besorgen und anwenden
Post Reply
Message
Author
maxigs

./configure klapp nicht

#1 Post by maxigs »

wollte gerade mal eine nicht .rpm packet installieren, also die source-dateien entpackt und ./configure im verzeichnis ausgeführt, dabei hat er mir dies ausgegeben und abgebrochen:

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... 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 cre ate executables.

mit dieser fehlerbeschreibung kann ich als linux-neuling noch nicht viel anfangen. was muss ich machen, damit die installation klappt ?

tkortkamp
Posts: 143
Joined: 08. Apr 2001 22:56
Location: Bremen

Re: ./configure klapp nicht

#2 Post by tkortkamp »

Die Fehlermeldung deutet darauf hin, dass du keine C++ Compiler installiert. Das Paket heißt g++ oder c++ o.ä.
dude i'm pretty damn sure you could script somebody back to life

marcinmc
Posts: 35
Joined: 17. Jul 2001 17:14

Re: ./configure klapp nicht

#3 Post by marcinmc »

hi,

Du musst die c++ und am besten auch gleich die g++ Pakete Nachinstallieren...............
Bei mir fehlten dann noch die xdevel sowie irgendwelche QT Pakete.......


gruß
Mc

maxigs

Re: ./configure klapp nicht

#4 Post by maxigs »

danke, werds gleich mal versuchen

maxigs

Re: ./configure klapp nicht

#5 Post by maxigs »

die problme mit dem compiler hab ich hingekrigt, aber es währe ja zu einfach wenn es jetzt klappen würde. neues problem:

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

ich weiß zwar was ich machen muss (lesen kann ich ja) aber wo muss ich die pfade (in der configure datei?) anpassen, und wie muss ich sie ändern?

nano

Re: ./configure klapp nicht

#6 Post by nano »

Hi maxigs,
Sind denn die X-devel Pakete schon installiert?
Die beinhalten die X includes.

Ohne geht's nicht.

Gruß,nano

maxigs

Re: ./configure klapp nicht

#7 Post by maxigs »

hab jetzt einfach mal alles, was sich nach X anhört (okay nicht alles) installiert und jetzt klappts

danke

Post Reply