[uClibc]directfb pthread linking problems

Alex Song alexsong at comports.com
Thu May 9 13:35:02 MDT 2002


hi,

from uclibc web site it said that directfb was supported. i tried this out 
and got some pthread linking problems.

i used both 0.9.9 and cvs versions of directfb and 0.9.11 and cvs versions 
of uclibc. i enabled thread support in uclibc and the architecture is x86. 
to compile directfb i changed my path and then ran configure and then make.

after compiling directfb i did a ldd (the uclibc one) on the compiled 
library and i get this:

         libdl.so.0 => /usr/i386-linux-uclibc/lib/libdl.so.0
         libpthread.so.0 => /lib/libpthread.so.0
         libc.so.0 => /usr/i386-linux-uclibc/lib/libc.so.0
         libc.so.6 => /lib/libc.so.6
         ld-linux.so.2 => /lib/ld-linux.so.2

the pthread library is not the uclibc one and it's the glibc one. the libc 
and loader libraries are the glibc ones too but that's probably because of 
glibc's pthread.

am i doing something wrong here ? how do i get uclibc to work with directfb ?

any help would be appreciated.

cheers,

alex




More information about the uClibc mailing list