https://bz.apache.org/ooo/show_bug.cgi?id=126893
--- Comment #9 from Don Lewis <[email protected]> --- That should be librt ... or maybe not. I managed to get cygwin installed on a Windows machine here and it includes clock_gettime() in libc. Something that concerned me about adding a new library as a dependency is that we would need to make sure that it got bundled into the installation archive. It appears that the the cygwin libraries are all static libraries, and my understanding is that those can't be used when building .dlls, which makes sense to me. In that case, either cygwin1.dll or the mingw runtime would be used. I see no evidence of the latter, and if I run ldd on libxslt.dll on an existing OpenOffice Windows installation, I don't see any sign that it is linked to cygwin1.dll. Also if we were using cygwin1.dll, then we would need to bundle a copy and I don't see any sign of that. -- You are receiving this mail because: You are the assignee for the issue.
