Date: Tue, 31 Oct 2000 00:48:05 -0500 From: "Michael E. Mercer" <mmercer@ipass.net> To: freebsd-java@FreeBSD.ORG Subject: I have sound now! Re: Problem with appletviewer in jdk1.2.2b10 Message-ID: <39FE5D15.A0AEA024@ipass.net> References: <200010280256.e9S2uT200576@unknown.whichever.org> <39FC3C30.DB819735@ipass.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39FE5D15.A0AEA024>