Hi,
I was trying to use the clock gettime function as below .........
clock_gettime( CLOCK_REALTIME, &oldTime)
...but gettin an undefined reference to 'clock_gettime' error message....can't figure out why... I check the man pages and it needs time.h which has already been included in the code.... can someone help. Thanks