when i try to build llm (with clang) with gcc-4.8.2 initially, then i hit following error:
#error Missing futimes() and futimens()
It seems, the workaround is to use futimesat() instead.
I raised a bug for llvm for this here http://llvm.org/bugs/show_bug.cgi?id=19366.
But as this is a potential problem for compiling other packages as well:
Isn't it possible to make futimes() available on Solaris - maybe by wrapping futimesat()?
- thanks!
best regards,
Frank Bergemann