Anzeige:
Ergebnis 1 bis 9 von 9

Thema: mozilla - java virtual machine v. sun - go.icq.com

  1. #1
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    120

    mozilla - java virtual machine v. sun - go.icq.com

    also nach einer neuinstallation von linux mandrake 9.1 hab ich es jetzt endlich geschafft, plugins in den mozilla zu installieren

    jetzt hab ich das java-plugin von sun.de installiert (1_4_1_03), das funktioniert jetzt ganz gut. (mozilla 1.3.1 engl.)

    aber:
    hat jemand von euch schon mal das online-icq genutzt? (http://go.icq.com).

    dieses online-icq kennt im gegensatz zu licq meine kontaktliste automatisch, nur wenn ich auf einen der buttons klicke, passiert irgendwie nichts. bei euch auch nicht?

    naja, eine zweite frage noch:
    kennt ihr ein programm, dass den icq server unterstützt, und automatisch meine kontaktliste vom icq-server holt? (das wird nämlich seit version 2001 für windows unterstützt).

    danke schon im voraus

  2. #2
    Flugscheibenkommando Avatar von tsuribito
    Registriert seit
    Jun 2002
    Ort
    Duisburg
    Beiträge
    2.436
    Sim, kopete, gnomeicu, centericq
    Die können das alle.

    go ist nur ne Notlösung. Lief ne Zeitlang bei mir mit Suse recht flüssig, weiss aber nicht welche VM die haben
    Einfältige Leute machen immer die gleichen Fehler, kluge Sozialforscher machen neue!

  3. #3
    wuerstchen :-] Avatar von fl4kus
    Registriert seit
    Dec 2002
    Beiträge
    376
    deine java version ist fuer mozilla zu neu musst entweder mit enter den button betaetigen oder n aelteres java plugin oder n neueren mozilla benutzen :=)

  4. #4
    FREEAK Avatar von mario88
    Registriert seit
    Jan 2003
    Ort
    Wien
    Beiträge
    1.435
    sim-icq.sourceforge.net
    nimm das und du hast alles, was du unter Windows auch hattest (und mehr )
    PS: nimm die CVS-Version, mit der 0.8.2 hatten hier einige Leute Probleme
    Workstation: Intel Core i5 Skylake
    OS: Gentoo Linux
    Notebook: MacBook Late 2008
    OS: Windows 10

  5. #5
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    120
    danke für die antworten. ich lad gerade den sim herunter

  6. #6
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    120
    so, nun zur installation. ich hab da ein kleines problem:

    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 gawk... gawk
    checking whether make sets ${MAKE}... yes
    checking for kde-config... /usr/bin/kde-config
    checking KDE version... 3.1
    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 C compiler found in $PATH

    was soll ich jetzt machen?

  7. #7
    Java Fanboy Avatar von comrad
    Registriert seit
    Mar 2001
    Ort
    Delmenhorst
    Beiträge
    4.052
    Original geschrieben von cumga
    so, nun zur installation. ich hab da ein kleines problem:

    configure: error: no acceptable C compiler found in $PATH

    was soll ich jetzt machen?
    configure: Fehler: Kein genügender C Compiler gefunden im Pfad. (was sich hier aufdrängt wäre z.b. "installier mich")

    installier die entwicklungspackete, was dir so unter kommt" (-devel, gcc)

    comrad

  8. #8
    FREEAK Avatar von mario88
    Registriert seit
    Jan 2003
    Ort
    Wien
    Beiträge
    1.435
    Du brauchst gcc, g++, make, automake, autoconf, .......
    Workstation: Intel Core i5 Skylake
    OS: Gentoo Linux
    Notebook: MacBook Late 2008
    OS: Windows 10

  9. #9
    Registrierter Benutzer
    Registriert seit
    May 2003
    Beiträge
    120
    danke für eure tipps.

    ich hab jetzt einiges nachgerüstet, make kann ich unter mandrake 9.1 unter den rpm-paketen zum nachrüsten nicht finden, genauso g++ und c++.

    aber egal.

    [root@dhcppc2 sim-0.8.2]# ./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 for -p flag to install... yes
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets ${MAKE}... yes
    checking for kde-config... /usr/bin/kde-config
    checking KDE version... 3.1
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output... 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 dependency style of gcc... gcc3
    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 whether g++ supports -fno-exceptions... yes
    checking whether g++ supports -fno-check-new... yes
    checking whether g++ supports -fexceptions... yes
    checking how to run the C++ preprocessor... g++ -E
    checking whether g++ supports -frepo... yes
    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 for a sed that does not truncate output...
    checking whether ln -s works... yes
    checking how to recognise dependant 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 the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc static flag works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC 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 how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    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 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++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    appending configuration tag "GCJ" to libtool
    checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes
    checking for gcj option to produce PIC... -fPIC
    checking if gcj PIC flag -fPIC works... no
    checking if gcj supports -c -o file.o... no
    checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking for msgfmt... msgfmt
    checking for gmsgfmt... msgfmt
    found msgfmt program is not GNU msgfmt; ignore it
    checking for xgettext... :
    checking for main in -lutil... yes
    checking for main in -lcompat... no
    checking for crypt in -lcrypt... yes
    checking for socklen_t... socklen_t
    checking for dnet_ntoa in -ldnet... no
    checking for dnet_ntoa in -ldnet_stub... no
    checking for inet_ntoa... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for res_init... no
    checking for killpg in -lucb... no
    checking for int... yes
    checking size of int... 4
    checking for long... yes
    checking size of long... 4
    checking for char *... yes
    checking size of char *... 4
    checking for char... yes
    checking size of char... 1
    checking for dlopen in -ldl... yes
    checking for shl_unload in -ldld... no
    checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
    checking for IceConnectionNumber in -lICE... no
    checking for libXext... no
    configure: error: We need a working libXext to proceed. Since configure
    can't find it itself, we stop here assuming that make wouldn't find
    them either.

    woher soll ich libXext bekommen? das ist auch nicht unter den rpm-paketen zu finden?

    danke schon im voraus

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •