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 _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
