Subject: Re: xmms and libtool related question
To: None <collver1@comcast.net>
From: Masao Uebayashi <uebayasi@pultek.co.jp>
List: tech-pkg
Date: 12/22/2003 11:31:07
Reading a comment in pkgsrc/mk/defs.NetBSD.mk, I guess /usr/pkg/bin
/xmms, which calls dlopen(), needs to be linked against libgcc_pic.a.
This is NetBSD-specific, IIRC.

Maybe xmms's configure/make files are tweaking linker commands and
miss a line "-lgcc" (or "-lgcc_p"?), which should be automatically
added by out /usr/bin/gcc?

Masao