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_
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
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