Re: POSIX compliant timer functions

2003-08-17 Thread Srini Amble
Hi Sean, Thanks for the pointer. I used it and it worked fine. Thanks again Srini Sean Estabrooks wrote: On Sat, 16 Aug 2003 21:22:34 -0500 Srini Amble <[EMAIL PROTECTED]> wrote: Hi, I am using RedHat 7.2. I want to make use of POSIX compliant timer functions like timer_

Re: POSIX compliant timer functions

2003-08-16 Thread Sean Estabrooks
On Sat, 16 Aug 2003 21:22:34 -0500 Srini Amble <[EMAIL PROTECTED]> wrote: > Hi, > > I am using RedHat 7.2. I want to make use of POSIX compliant timer > functions like timer_create, timer_settime, etc. When I compile the code > it complains "undefined reference to ti

POSIX compliant timer functions

2003-08-16 Thread Srini Amble
Hi, I am using RedHat 7.2. I want to make use of POSIX compliant timer functions like timer_create, timer_settime, etc. When I compile the code it complains "undefined reference to timer_create". I suppose the libraries I am loading does not have the POSIX functions in them. I have