| |||||||||||||||||||||||||||||||
|
I was in the middle of updating the xfsprogs port when I got a linker problem related to timer_delete(2). I just tried to compile the following program: #include <time.h> int main(void) { timer_t timerid; timer_delete(timerid); return 0; } and got this linker error: /var/tmp//ccBspzgp.o(.text+0x18): In function `main': : undefined reference to `timer_delete' According to the timer_delete(2) man page, this symbol should be in libc, but I can't link to it. Any ideas what is going on? Thanks. -- Craig Rodrigues rodrigc _______________________________________________ freebsd-current mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe"
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com