This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libc version librt and timer_create timer_delete


On Tue, Jul 22, 2008 at 2:23 PM, Timm Baumeister
<siriustorrent@gmail.com> wrote:
> ../../../product/lib/arch-LinuxAMD64-Debug/libScaleViz.so: undefined
> reference to `timer_delete@GLIBC_2.3.3'
> ../../../product/lib/arch-LinuxAMD64-Debug/libScaleViz.so: undefined
> reference to `timer_create@GLIBC_2.3.3'
> ../../../product/lib/arch-LinuxAMD64-Debug/libScaleViz.so: undefined
> reference to `timer_settime@GLIBC_2.3.3'

These references are correct. On x86_64 timer_t was changed and the
timer* functions are versioned with GLIBC_2.3.3.

Something is either wrong with the way you build your program, or your
system libraries.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]