Guest User

Untitled

a guest
Apr 24th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Getting undefined reference to 'clock_gettime' error, for curl program
  2. .../libcurl.a(timeval.o): In function 'curlx_tvnow':
  3. timeval.c:(.text+0xfc): undefined reference to 'clock_gettime'
  4. collect2: ld return 1 exit status
  5. make: *** [all] Error 1
  6.  
  7. gcc ... -lrt ...
Advertisement
Add Comment
Please, Sign In to add comment