Einzelnen Beitrag anzeigen
Alt 29.12.2011, 11:17   #54
Shark
Benutzer
Punkte: 9.995, Level: 66 Punkte: 9.995, Level: 66 Punkte: 9.995, Level: 66
Levelaufstieg: 87% Levelaufstieg: 87% Levelaufstieg: 87%
Aktivität: 0% Aktivität: 0% Aktivität: 0%
Letzte Erfolge
 
Benutzerbild von Shark
 
Registriert seit: 04.04.2011
Beitr?ge: 65
Abgegebene Danke: 7
Erhielt 1 Danke für 1 Beitrag
Downloads: 14
Uploads: 0
Nachrichten: 6
Renommee-Modifikator:
82 Shark befindet sich auf einem aufstrebenden Ast
Standard

Hallo zusammen erstmal vielen Dank für die Anleitung aber irgendwie hänge ich fest... Ich habe bisher noch keine Erfahrungen mit rtorrent gemacht darum versuche ich mich an dieser Anleitung aber komme bei Schritt 6 Punkt 9 (libtorrent installieren) nicht weiter.

wenn ich make eingebe bekomme ich folgendes:

Code:
make  all-recursive
make[1]: Entering directory `/home/libs/libtorrent-0.12.6'
Making all in src
make[2]: Entering directory `/home/libs/libtorrent-0.12.6/src'
Making all in torrent
make[3]: Entering directory `/home/libs/libtorrent-0.12.6/src/torrent'
Making all in data
make[4]: Entering directory `/home/libs/libtorrent-0.12.6/src/torrent/data'
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../..    -g -O2 -g -DDEBUG -fvisibility=hidden   -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include   -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.CC 
../../../libtool: line 841: X--tag=CXX: command not found
../../../libtool: line 874: libtool: ignoring unknown tag : command not found
../../../libtool: line 841: X--mode=compile: command not found
../../../libtool: line 1008: *** Warning: inferring the mode of operation is deprecated.: command not found
../../../libtool: line 1009: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../../../libtool: line 1152: Xg++: command not found
../../../libtool: line 1152: X-DHAVE_CONFIG_H: command not found
../../../libtool: line 1152: X-I.: command not found
../../../libtool: line 1152: X-I../../..: No such file or directory
../../../libtool: line 1152: X-I.: command not found
../../../libtool: line 1152: X-I./..: No such file or directory
../../../libtool: line 1152: X-I./../..: No such file or directory
../../../libtool: line 1152: X-I../../..: No such file or directory
../../../libtool: line 1152: X-g: command not found
../../../libtool: line 1152: X-O2: command not found
../../../libtool: line 1152: X-g: command not found
../../../libtool: line 1152: X-DDEBUG: command not found
../../../libtool: line 1152: X-fvisibility=hidden: command not found
../../../libtool: line 1152: X-I/usr/include/sigc++-2.0: No such file or directory
../../../libtool: line 1152: X-I/usr/lib/sigc++-2.0/include: No such file or directory
../../../libtool: line 1152: X-MT: command not found
../../../libtool: line 1152: Xblock.lo: command not found
../../../libtool: line 1152: X-MD: command not found
../../../libtool: line 1152: X-MP: command not found
../../../libtool: line 1152: X-MF: command not found
../../../libtool: line 1152: X.deps/block.Tpo: No such file or directory
../../../libtool: line 1152: X-c: command not found
../../../libtool: line 1205: Xblock.lo: command not found
../../../libtool: line 1210: libtool: compile: cannot determine name of library object from `': command not found
make[4]: *** [block.lo] Error 1
make[4]: Leaving directory `/home/libs/libtorrent-0.12.6/src/torrent/data'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/libs/libtorrent-0.12.6/src/torrent'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/libs/libtorrent-0.12.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/libs/libtorrent-0.12.6'
make: *** [all] Error 2
kann mir vielleicht jemand weiter helfen?

Vielen Dank



--======================================--
--==
Beitrag erstellt: 12:17 um 12:12 ==--
--==
geantwortet 29.12.2011 auf Beitrag vom 27.12.2011 ==--
--== automatische Beitragszusammenführung ==--
--======================================--


Shark schrieb nach 48 Stunden, 5 Minuten und 44 Sekunden:

Hab die Lösung zu meinem Problem gefunden:

Einfach Schritt 6 - Punkt 07 (./autogen.sh) weglassen dann klappt es.

Desweiteren ebenfalls das gleiche bei Schritt 7 machen (auch ./autogen.sh weglassen)

Bei Schritt 8 fehlt noch ein Befehl:

vor Punkt 07 (make) muß nocheinmal ./configure gemacht werden.

Ge?ndert von Cerberus (29.12.2011 um 13:59 Uhr)
Shark ist offline   Mit Zitat antworten Nach oben