Suche Pidgin
Suche Pidgin
hi,
ich suche Pidgin für Debian. Gibt se da ein .deb oder kann man wie bei Ubuntu die neue Quelle eintragen und von dort installieren??
mfg gargamel
ich suche Pidgin für Debian. Gibt se da ein .deb oder kann man wie bei Ubuntu die neue Quelle eintragen und von dort installieren??
mfg gargamel
- utkin
- Beiträge: 1157
- Registriert: 23.08.2005 22:42:22
- Lizenz eigener Beiträge: GNU Free Documentation License
- Wohnort: Erfurt
Ich nehme mal an, du hast Etch. Da ist nur gaim, der Vorgänger von pidgin enthalten. Allzusehr sollten die sich aber (noch) nicht voneinander unterscheiden. Falls du trotzdem pidgin haben willst, lies dir dazu mal diesen Thread durch. [1]
Gruß, utkin
[1] http://www.debianforum.de/forum/viewtopic.php?t=89790
PS: Willkommen im Forum!
Gruß, utkin
[1] http://www.debianforum.de/forum/viewtopic.php?t=89790
PS: Willkommen im Forum!
Debian GNU/Linux SID
ich hab mir das einfach hier runtergeladen http://www.pidgin.im/
hab zwar n dreamlinux ist aber n debian abkömmling und es läuft.
grüße
alex
hab zwar n dreamlinux ist aber n debian abkömmling und es läuft.
grüße
alex
danke aber ich hab leider keine Ahnung wie man eine .tar.bz2 kompiliert...alexmz76 hat geschrieben:ich hab mir das einfach hier runtergeladen http://www.pidgin.im/
hab zwar n dreamlinux ist aber n debian abkömmling und es läuft.
grüße
alex
- utkin
- Beiträge: 1157
- Registriert: 23.08.2005 22:42:22
- Lizenz eigener Beiträge: GNU Free Documentation License
- Wohnort: Erfurt
Lies dir den Thread durch, den ich oben verlinkt habe. Da steht alles drin, sowohl eine Quelle, als auch wie man das kompiliert. Du wirst bei Debian nicht umhin kommen dich ein bißchen mit der Materie auseinander zu setzten.g4rg4m3l hat geschrieben: danke aber ich hab leider keine Ahnung wie man eine .tar.bz2 kompiliert...
Gruß, utkin
Debian GNU/Linux SID
ok ich hab jetzt gcc installier aber wenn ich ./configure eingebe kommt ne Fehlermeldung:
Hab in nem anderen Forum was dazu gefunden, weis nur leider nicht wie ich das machen kann:
"Vergiss nicht, den kernel-source nach ggc zu installieren, die c-header files brauchst du beim kompilieren..."
Code: Alles auswählen
R2D2:/etc/apt# cd /home//g4rg4m3l/pidgin/pidgin-2.2.0
R2D2:/home/g4rg4m3l/pidgin/pidgin-2.2.0# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
R2D2:/home/g4rg4m3l/pidgin/pidgin-2.2.0#
"Vergiss nicht, den kernel-source nach ggc zu installieren, die c-header files brauchst du beim kompilieren..."
- utkin
- Beiträge: 1157
- Registriert: 23.08.2005 22:42:22
- Lizenz eigener Beiträge: GNU Free Documentation License
- Wohnort: Erfurt
Sind denn
installiert?
Gruß, utkin
Edit: Schau mal in die Dokumentation, was du sonst noch so brauchst. Das steht da nämlich meistens drin.
Code: Alles auswählen
binutils
Gruß, utkin
Edit: Schau mal in die Dokumentation, was du sonst noch so brauchst. Das steht da nämlich meistens drin.
Debian GNU/Linux SID
Das Paket
ist immer eine gute Grundlage.
Ein sollte wohl das meiste, was du brauchst installieren.
Code: Alles auswählen
build-essential
Ein
Code: Alles auswählen
apt-get build-dep gaim
Unix is user-friendly; it's just picky about who its friends are.
- KBDCALLS
- Moderator
- Beiträge: 22455
- Registriert: 24.12.2003 21:26:55
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Dortmund
-
Kontaktdaten:
Das ist der g++ Compiler der hier fehlt.g4rg4m3l hat geschrieben:ok ich hab jetzt gcc installier aber wenn ich ./configure eingebe kommt ne Fehlermeldung:
Code: Alles auswählen
checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. R2D2:/home/g4rg4m3l/pidgin/pidgin-2.2.0#
Was haben Windows und ein Uboot gemeinsam?
Kaum macht man ein Fenster auf, gehen die Probleme los.
EDV ist die Abkürzung für: Ende der Vernunft
Bevor du einen Beitrag postest:
Kaum macht man ein Fenster auf, gehen die Probleme los.
EDV ist die Abkürzung für: Ende der Vernunft
Bevor du einen Beitrag postest:
- Kennst du unsere Verhaltensregeln
- Lange Codezeilen/Logs gehören nach NoPaste, in Deinen Beitrag dann der passende Link dazu.
- KBDCALLS
- Moderator
- Beiträge: 22455
- Registriert: 24.12.2003 21:26:55
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Dortmund
-
Kontaktdaten:
Komplettes Logfile ansonsten braucht man ne Glaskugel.
Was haben Windows und ein Uboot gemeinsam?
Kaum macht man ein Fenster auf, gehen die Probleme los.
EDV ist die Abkürzung für: Ende der Vernunft
Bevor du einen Beitrag postest:
Kaum macht man ein Fenster auf, gehen die Probleme los.
EDV ist die Abkürzung für: Ende der Vernunft
Bevor du einen Beitrag postest:
- Kennst du unsere Verhaltensregeln
- Lange Codezeilen/Logs gehören nach NoPaste, in Deinen Beitrag dann der passende Link dazu.
Code: Alles auswählen
g4rg4m3l@R2D2:~$ su
Password:
R2D2:/home/g4rg4m3l# cd /home/g4rg4m3l/pidgin/pidgin-2.2.0
R2D2:/home/g4rg4m3l/pidgin/pidgin-2.2.0# dir
acinclude.m4 doc Makefile.mingw
aclocal.m4 Doxyfile.in missing
AUTHORS finch mkinstalldirs
ChangeLog gaim.pc.in NEWS
ChangeLog.API gaim-uninstalled.pc.in pidgin
ChangeLog.win32 HACKING pidgin.apspec.in
compile INSTALL pidgin.desktop.in
config.guess install-sh pidgin.spec
config.h.in intltool-extract.in pidgin.spec.in
config.h.mingw intltool-merge.in PLUGIN_HOWTO
config.log intltool-update.in po
config.sub libpurple README
configure libtool README.mingw
configure.ac ltmain.sh README.MTN
COPYING m4macros share
COPYRIGHT Makefile.am valgrind-suppressions
depcomp Makefile.in
R2D2:/home/g4rg4m3l/pidgin/pidgin-2.2.0# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
R2D2:/home/g4rg4m3l/pidgin/pidgin-2.2.0#
- KBDCALLS
- Moderator
- Beiträge: 22455
- Registriert: 24.12.2003 21:26:55
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Dortmund
-
Kontaktdaten:
Mach doch erstmal das was dir @catodog2 vorgeschlegen hat.
Code: Alles auswählen
apt-get build-dep gaim
Was haben Windows und ein Uboot gemeinsam?
Kaum macht man ein Fenster auf, gehen die Probleme los.
EDV ist die Abkürzung für: Ende der Vernunft
Bevor du einen Beitrag postest:
Kaum macht man ein Fenster auf, gehen die Probleme los.
EDV ist die Abkürzung für: Ende der Vernunft
Bevor du einen Beitrag postest:
- Kennst du unsere Verhaltensregeln
- Lange Codezeilen/Logs gehören nach NoPaste, in Deinen Beitrag dann der passende Link dazu.
Code: Alles auswählen
libxml-perl und/oder libxml-parser-perl
Längere logs bitte nach http://nopaste.debianforum.de/
Unix is user-friendly; it's just picky about who its friends are.