From owner-freebsd-java Mon Oct 30 21:48: 9 2000 Delivered-To: freebsd-java@freebsd.org Received: from mail7.nc.rr.com (mail7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 4BF8437B4CF for ; Mon, 30 Oct 2000 21:48:06 -0800 (PST) Received: from ipass.net ([24.162.245.52]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Tue, 31 Oct 2000 00:47:44 -0500 Message-ID: <39FE5D15.A0AEA024@ipass.net> Date: Tue, 31 Oct 2000 00:48:05 -0500 From: "Michael E. Mercer" Reply-To: mmercer@ipass.net X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: I have sound now! Re: Problem with appletviewer in jdk1.2.2b10 References: <200010280256.e9S2uT200576@unknown.whichever.org> <39FC3C30.DB819735@ipass.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, I added -lgcc to line 54 (see below) to ./build/freebsd/sun/audio/GNUmakefile, recompiled, installed, and started the Java2Demo.jar, went to MIX tab and yippee, I had sound. Now not all the different sounds worked, but most did, I am very pleased. later Michael Mercer >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>start of code snippet <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< include $(BUILDDIR)/makefiles/Defs.gmk # # make sure we link the math.h with the floor() funciton # ifdef LIBRARY LDLIBS_COMMON += -lc -lgcc endif # These are used below by the AudioEnvironment class. ifdef DEBUG AUDIO_DEBUG=true CFLAGS += -DJNC_DEBUG=1 CXXFLAGS += -DJNC_DEBUG=1 else AUDIO_DEBUG=false endif "GNUmakefile" [readonly] line 54 of 371 --14%-- col 27 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>end of code snippet<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< "Michael E. Mercer" wrote: > Hello, > > I did aglobal find and the only shared libgcc I found was in the > /usr/lib/compat directory. I do not think this is the shared library > you are talking about. > > If I need to submit a PR, then >man send-pr here I come. > I thought since this seems to be a known problem, (it was this mailing list > who explained it to me) that someone was already looking into it. > > anyways, let me know to proceed and I will. > > later > Michael > > Alexander Litvin wrote: > > > In article <39FA1CDC.25B6316D@ipass.net> you wrote: > > > > MEM> I guess the final question is: Is this going to be corrected any time soon? by > > MEM> who? > > > > MEM> Thanks > > MEM> Michael > > > > As I understand, you just delete /usr/lib/libgcc.so (that's symlink, > > the real library is still there, just in case ;), and rebuild your > > jdk1.2.2 :( > > > > You may submit PR (I would do -- just have no time whatsoever these > > days). > > > > --- > > Everyone is a genius. It's just that some people are too stupid to > > realize it. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message