Makefile Issue

2006-05-26 Thread Parikshat Dubey
autogenerated makefile in another makefile. Thanks & Regards Parikshat Dubey _ Fall in Love... Get married! Join FREE! http://www.shaadi.com/ptnr.php?ptnr=msnhottag ___ Bug-make mai

pthread_kill issue

2006-05-22 Thread Parikshat Dubey
Hi All! I need your help.I want to know how to check whether thread is alive or not.I go through pthread_kill function pthread_kill(thread_id,0); i have read If sig(2nd argument) is 0, a validity check is performed for the existence of the target thread (thread_id(1st Argument)). Upon su

makefile issue

2006-05-19 Thread Parikshat Dubey
Hi! I want to integrate my c source files with gtk source files(supplied by thirdparty) and want to make a make file for that purpose.I know how to devlop make file but donot know how i integrate gtk files into it .I donot know how i shall start.I will be really grateful if someone will help m