[vlc-devel] --enable-pth still links with -lpthread

Rhialto rhialto at azenomei.knuffel.net
Thu Nov 28 00:57:09 CET 2002


If I configure --enable-pth, I do get a vlc executable linked to -lpth,
but also to -lpthread. In the generated Makefile it occurs several
times. The resulting vlc won't run correcly (it complains about failed
mutex_locks).  Forcefully removing all instances of -lpthread from
Makefile still fails, so I guess pth support is not working anyway.

~/cvs/videolan/vlc$ ldd ./vlc
./vlc:
         -lintl.1 => /usr/pkg/lib/libintl.so.1
         -lpth.14 => /usr/pkg/lib/libpth.so.14
         -lc.12 => /usr/lib/libc.so.12
loelappie.0:~/cvs/videolan/vlc$ ./vlc
VideoLAN Client 0.5.0-cvs Natalya
[00000000] main root error: thread -1: mutex_lock failed at src/misc/variables.c:84 (1:)
[00000000] main root error: thread -1: mutex_unlock failed at src/misc/variables.c:184 (1:)
[00000000] main root error: thread -1: mutex_lock failed at src/misc/variables.c:460 (1:)
[00000000] main root error: thread -1: mutex_unlock failed at src/misc/variables.c:518 (1:)
[00000000] main root error: thread -1: mutex_lock failed at src/misc/variables.c:84 (1:)
[00000000] main root error: thread -1: mutex_unlock failed at src/misc/variables.c:184 (1:)
[00000000] main root error: thread -1: mutex_lock failed at src/misc/variables.c:460 (1:)
[00000000] main root error: thread -1: mutex_unlock failed at src/misc/variables.c:518 (1:)
~/cvs/videolan/vlc$ 

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert      -- The evil eye is caused by the black
\X/ rhialto/at/xs4all.nl        -- tongue - Tom Poes, "Het boze oog", 4456.
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list