Date: Sun, 07 Feb 1999 01:52:47 -0500 From: Daniel McRobb <dwm@caida.org> To: Ben Speirs <igiveup@ix.netcom.com> Cc: multimedia@FreeBSD.ORG Subject: Re: X11Amp ver. 0.9 Message-ID: <199902070652.AAA11903@arthur.caida.org> In-Reply-To: Message from <igiveup@ix.netcom.com> of Sat Feb 6, 1999 1:42 PST <36BC0E78.90D642CF@ix.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Ben Speirs wrote: > > > > Has anybody tried to get this version to work on FreeBSD yet? > > I hope it is ok to follow up my own post here. Thanks for the pointers > about gmake it got me out of the first hole. > > After a bunch of compiles I am almost there. One of the last things it > does is links everything together and bombs out with this message: > > ld: -ldl: no match > > Also I think there is going to be a problem with -lpthread too. > > Are these both Linux specific library thingies? Do I need them? I > noticed that there is a ld.so in my /compat/linux folder, no pthreads > stuff though. > > Anyway, I'm going to sleep on it. Thanks again for the help. > -- > -Ben Speirs > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message I have it working on what was 3.0-CURRENT (from not too long ago). There really aren't driver issues, but application issues (so far I've tweaked Makefiles and the source, the latter due to the wrong dynamic module being used for the input file type). On 3.0 and later, threads are native (but you need to link to libc_r) and -ldl is not needed. I don't remember for 2.2.x but could easily check. Assuming I find some time for a *real* fix to the dl* problems (I removed all but one dynamic input and output module to get things to work), I'll send patches to this list. I just now got it work for just mp3 files, so haven't had time to chase down the real bugs. Hmm, it looks like there are problem with it doing things in reverse (for example, plays files in reverse order), which might have something in common with the wrong module being loaded (common sorting code gone awry or the like). Daniel ~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902070652.AAA11903>
