3 msgBroken RFC1323 slightly broken.

Undefined symbol timer_delete()?
\ Craig Rodrigues (16 Jun 2007)
. \ Steve Kargl (16 Jun 2007)
. . \ Craig Rodrigues (16 Jun 2007)
. . . \ Steve Kargl (17 Jun 2007)
. . . . \ Daniel Eischen (17 Jun 2007)
. . \ David Xu (18 Jun 2007)

3 msgbtsocks_rfcomm_session_mtx / so_snd_sx LOR
1 msgnvidia 7900gs pci-e, do i need device AGP in ke...
1 msglinux-sun-jdk-1.5.0.12,2 - java SIGSEGV and the...
31 msgkernel panic with pccard insert on recent 7.0 C...
6 msgsmi speedstep patch
6 msgpf 4.1 Update available for testing
1 msgbacula-client build failure on recent -CURRENT
4 msgAccess to tape drive caused following backtrace
2 msg[REVIEW]: add multicast NULL route
4 msgGerman keymap not working
6 msgmulticast not happy ?
19 msgrecent nvidia-driver trouble
10 msgSwapfile on ZFS & Deadlock
10 msgmoused linear acceleration drops
1 msgcached to nscd (was Re: nscd for freebsd)
3 msgIntel 965 and AGP
5 msgannoying behavior in less(1) after v403 import
3 msgSleeping and my T43
Subject:Undefined symbol timer_delete()?
Group:Freebsd-current
From:Craig Rodrigues
Date:16 Jun 2007


 
Hi,

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