Hi, We use clock_gettime and clock_settime. We now get an undefined reference when linking on clock_settime, clock_gettime doesn't give any problems. Someone an idea?
Johnny Creating library file: libACE.dll.a .shobj/OS_NS_time.o(.text+0x95): In function `_ZN6ACE_OS13clock_settimeEmPK8timespec': c:/ACE/Cygwin/ACE_wrappers/ace/OS_NS_time.inl:87: undefined reference to `_clock_settime' collect2: ld returned 1 exit status make[2]: *** [libACE.dll] Error 1 make[2]: Target `all' not remade because of errors. make[2]: Leaving directory `/cygdrive/c/ACE/Cygwin/ACE_wrappers/ace' make[1]: [ACE] Error 2 (ignored) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/