Package: mxml
Version: 2.4-1
Severity: normal

Hi,

$objdump -T /usr/lib/libmxml.so.1.4| grep pthread
00000000      D  *UND*  00000000              pthread_key_create
00000000      D  *UND*  00000000              pthread_once
00000000      D  *UND*  00000000              pthread_getspecific
00000000      D  *UND*  00000000              pthread_setspecific

libmxml uses symbol from pthread. A very simple program that just use
mxmlLoadFile() needs -lpthread because of that. libmxml should be linked
with pthread instead.

I found the problem while I was packaging dreamchess. For the moment, I
applied a patch to add the needed -lpthread.

Cheers,

        Gonéri



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to