|
From: Dirk M. <dm...@gm...> - 2003-11-17 11:19:41
|
On Monday 17 November 2003 05:06, sandhya satyanarayan wrote: > After this i am not getting any output. Though the process is linking the > system library pthread statically. If the pthread library is indeed linked statically into your programm, then thats the problem. It has to be linked dynamically. |