make bei installation

Software besorgen und anwenden
Post Reply
Message
Author
Torsten

make bei installation

#1 Post by Torsten »

ich nachdem nach der Anleitung auf Eurer Seite gefolgt bin hänge ich jetzt schon länger an dem Befehl make
"make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.. Schluss."
was muß ich eingeben habe schon alle Möglichen Datein ausprobiert.

Ist mein erster Tag mit RedHat bitte habt verständniss für blöde Fragen.

Ach so und wie entpacke ich .bz2

Gruß Torsten

ratte

Re: make bei installation

#2 Post by ratte »

1. du must mit `cd` in das Verzeichnis wechseln, wo das Makefile liegt, und dort make ausfuehren.

2. mit bunzip2

ratte

Torsten

Re: make bei installation

#3 Post by Torsten »

aber das amche ich ja und dann kommt:

make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.. Schluss.

Torsten

Re: make bei installation

#4 Post by Torsten »

bei ./configure kommt
configure: error: no acceptable cc found in $PATH

vielelicht hat das ja was damit zu tun ?

Steff

Re: make bei installation

#5 Post by Steff »

also, ich entpacke mir alle gepackten Programme mit ark. Anschließend in dem Verzeichnis, in das du alles entpackt hast, ein fröhliches "./configure" (ohne Anführungszeichen...). Lies dir mal die INSTALL-Datei durch, ggf, steht da auch drin, ob du zu dem configure noch etwas hinzufügen musst.
Anschließend "make" und "make install".
Sollte das nicht funzen, poste noch mal die genaue Fehlermeldung.

Steff

Torsten

Re: make bei installation

#6 Post by Torsten »

Hi hier ist das Listing:


[Torsten@localhost quanta-3.1-kde30]$ ./configure
./configure: line 943: config.log: Keine Berechtigung
[Torsten@localhost quanta-3.1-kde30]$ su
Password:
[root@localhost quanta-3.1-kde30]# ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
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 mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH
[root@localhost quanta-3.1-kde30]# make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.. Schluss.
[root@localhost quanta-3.1-kde30]#

jj

Re: make bei installation

#7 Post by jj »

Du musst den compiler gcc installieren.

gruss
jj

Torsten

Re: make bei installation

#8 Post by Torsten »

sorry aber wo finde ich den und wie mache ich das

jj

Re: make bei installation

#9 Post by jj »

Starte kpackage.
Suche nach gcc.
Installiere alle rpm-Pakete, in deren Namen gcc vorkommt.
Lies alle Doku, die Du in die Finger kriegen kannst.
Kauf Dir ein Linux-Buch.
<img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">

gruss
jj

Torsten

Re: make bei installation

#10 Post by Torsten »

mit dem Buch hast du jedenFall recht , probier es mal.

Danke

Post Reply