Subject: Re: xmms-infinity plugin -- work in progress
To: None <tech-pkg@netbsd.org>
From: Tomasz Luchowski <zuntum@netbsd.org>
List: tech-pkg
Date: 08/16/2001 08:51:49
On Thu, Aug 16, 2001 at 08:42:42AM +0200, Tomasz Luchowski wrote:
> I don't understand it. I'm going to recompile SDL with shared versions of libXxf86{dga,vm} and see if this changes anything.
Nope, it fails in the same place. I know only a little about shared libraries, but maybe it's revelant here:

10:47 zuntum@zunpc:/usr/X11R6/lib# nm libXxf86dvm.a
XF86VMode.o:
000004f0 T XF86VidModeAddModeLine
000006a8 T XF86VidModeDeleteModeLine
000002ac T XF86VidModeGetAllModeLines
00000154 T XF86VidModeGetModeLine
00000cb4 T XF86VidModeGetMonitor
00001010 T XF86VidModeGetViewPort
00000c28 T XF86VidModeLockModeSwitch
000007cc T XF86VidModeModModeLine
0000006c T XF86VidModeQueryExtension
000000a4 T XF86VidModeQueryVersion
00001110 T XF86VidModeSetViewPort
00000a38 T XF86VidModeSwitchMode
00000ac4 T XF86VidModeSwitchToMode
000008e8 T XF86VidModeValidateModeLine
[...]

While nm on the shared version shows only:

00001310 A _DYNAMIC
00001304 A _GLOBAL_OFFSET_TABLE_
00001368 A __bss_start
00001368 A _edata
00001368 A _end
00000294 A _etext
00000294 ? _fini
000001d8 ? _init

Help!

-- 
/* Tomasz Luchowski <zuntum@netbsd.org> */