Hi
I am trying to compile VDR with uClibc [1] using OpenEmbedded [2] and get the following error.
thread.o: In function `cRwLock::Lock(bool, int)': /oe/angstrom-dev/work/armv7a-angstrom-linux-uclibceabi/vdr-1.7.15-r0/vdr-1.7.15/thread.c:164: undefined reference to `pthread_rwlock_timedwrlock' /oe/angstrom-dev/work/armv7a-angstrom-linux-uclibceabi/vdr-1.7.15-r0/vdr-1.7.15/thread.c:166: undefined reference to `pthread_rwlock_timedrdlock' collect2: ld returned 1 exit status
The problem seems to exist since 2004 [3][4] and those function do not seem to be implemented in uClibc [5].
Judging from the comment in Gentoo bug #201718 I hoped that this has been resolved somehow. But I could not find any patches regarding this issue in the Gentoo archive.
Did anyone solve this problem?
Maybe this helps:
http://www.vdrportal.de/board/thread.php?postid=641884