hi all, i need to use an application which uses pthread_setcancelstate , pthread_cancel and pthread_testcancel which are not supported in default pthread.h available in bionic/libc/include.
rather i am able to compile my application using makefile and setting the CC to toolchain/arm-2009q3/bin/arm-none-linux-gnueabi-gcc. i tried including the toolchain/arm-2009q3/arm-none-linux-gnueabi/libc/ usr/include/pthread.h path in android.mk. then it gives error in linking and says undefined reference to above mentioned functions. can somebody help.Thanks in advance -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
