- Getting undefined reference to 'clock_gettime' error, for curl program
- .../libcurl.a(timeval.o): In function 'curlx_tvnow':
- timeval.c:(.text+0xfc): undefined reference to 'clock_gettime'
- collect2: ld return 1 exit status
- make: *** [all] Error 1
- gcc ... -lrt ...