Well, I've rebuilt flac from the original source, without using the NetBSD
package system, and I'm still seeing the same problem with the XMMS FLAC
plugin:

/usr/pkg/lib/xmms/Input/libxmms-flac.so: Undefined PLT symbol 
"FLAC__plugin_common__init_dither_context" (symnum = 30)

I can see that the symbol is defined in the common library:

$ nm src/plugin_common/libplugin_common.a  | grep init_dither_context
00000880 T FLAC__plugin_common__init_dither_context

But it's never copied out of that library and linked into the xmms plugin:

$ nm src/plugin_xmms/.libs/libxmms-flac.so   | grep init_dither_context
         U FLAC__plugin_common__init_dither_context

Any idea what I should be doing to fix this? Would it be better to post
this question on the developers' list?

cjs
-- 
Curt Sampson  <[EMAIL PROTECTED]>   +81 90 7737 2974   http://www.NetBSD.org
    Don't you know, in this new Dark Age, we're all light.  --XTC


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Flac-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flac-users

Reply via email to