From owner-freebsd-java Tue Mar 12 14:32:56 2002 Delivered-To: freebsd-java@freebsd.org Received: from nest.irfu.se (nest.irfu.se [130.238.30.40]) by hub.freebsd.org (Postfix) with ESMTP id 7045137B400 for ; Tue, 12 Mar 2002 14:32:52 -0800 (PST) Received: from localhost (yuri@localhost) by nest.irfu.se (8.11.6/8.11.6) with ESMTP id g2CMWob12893 for ; Tue, 12 Mar 2002 23:32:50 +0100 (CET) (envelope-from yuri@irfu.se) X-Authentication-Warning: nest.irfu.se: yuri owned process doing -bs Date: Tue, 12 Mar 2002 23:32:50 +0100 (CET) From: Yuri Khotyaintsev To: freebsd-java@FreeBSD.ORG Subject: Re: Mozilla 0.9.8 and jdk1.3.1 In-Reply-To: <20020312232016.F12858-100000@nest.irfu.se> Message-ID: <20020312233059.P12891-100000@nest.irfu.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Forgot to say that XFree version 4.1.0 is built from ports. Yuri > On a recent -CURRENT (world from 7th of March) > > [yuri@jazz][/usr/local]# java -version > java version "1.3.1-p6" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.3.1-p6-yuri-020312-18:55) > Classic VM (build 1.3.1-p6-yuri-020312-18:55, green threads, nojit) > > All swing demos work fine. > > [yuri@jazz][/usr/local]# ldd jdk1.3.1/jre/lib/i386/libawt.so > jdk1.3.1/jre/lib/i386/libawt.so: > libmlib_image.so => not found (0x0) > libXm.so.2 => /usr/X11R6/lib/libXm.so.2 (0x2824d000) > libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x28400000) > libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x28408000) > libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28453000) > libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28461000) > libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x2846a000) > libXtst.so.6 => /usr/X11R6/lib/libXtst.so.6 (0x28481000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28486000) > libm.so.2 => /usr/lib/libm.so.2 (0x28563000) > libjava.so => not found (0x0) > libverify.so => not found (0x0) > libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x2857f000) > [yuri@jazz][/usr/local]# ldd > jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so > jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: > libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x28162000) > libm.so.2 => /usr/lib/libm.so.2 (0x281a9000) > [yuri@jazz][/usr/local]# nm > jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so | grep Xt > U XtDestroyWidget > U XtDisplay > U XtOpenApplication > U XtRealizeWidget > U XtShellStrings > U XtStrings > U XtWindow > > So libjavaplugin_oji.so is lot linked to libawt.so, and Xt* are undefined. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message