run time problem in uclibc-29

itamar itamar at jungo.com
Sun Nov 11 12:22:54 UTC 2007


hi
i have the following problem:
i work with PTHREAD support
and when i compiled uclibc
the file phread.c  (which is part of libpthread) compiled without the 
macro SHARED
and the file libc_pthread_init.c (which is part of libc) compiled with 
the macro SHARED

this set by Makefile.in under uClibc-0.9.29/libpthread/linuxthreads

which direct phread.c to compile to phread.os
and libc_pthread_init.c to compile to libc_pthread_init.oS


the result is crash because  phread.c  call __libc_pthread_init(NULL)

what am i do wrong here?

thanks
itamar






More information about the uClibc mailing list