Subject: Re: xmms-infinity plugin -- work in progress
To: Tomasz Luchowski <zuntum@netbsd.org>
From: Dr. Rene Hexel <rh@vip.at>
List: tech-pkg
Date: 08/16/2001 08:13:39
Tomasz Luchowski wrote:
> > > 9:51 zuntum@zunpc:~> /usr/pkg/lib/libSDL.so.0: Undefined PLT symbol "XF86DGADirectVideo" (reloc type = 7, symnum = 259)
> >
> > That's probably a function only exported on XFree86-4.x. So you may
> > be out of luck under XFree86-3.x ...
I just tried to install your plugin and get the same error. This
symbol is apparently defined in "/usr/X11R6/lib/libXxf86dga.a" (which is
part of XFree-4.x, IIRC). So it seems that (at least under 4.x) libSDL
needs to be linked against libXf86dga. For some reason, though, there
is no shared version of this library.
Cheers
,
Rene