http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571
--- Comment #25 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-03-07 16:08:23 UTC --- (In reply to comment #24) > All fortran testing is broken on Tru64 UNIX, where libgfortran.so has an > undefined reference to clock_gettime: > The function is defined in librt only. Also with GLIBC Linux one only gets it via librt; on Linux and on HPUX it works via a weakref; seemingly it does not work on Tru64. Does it have weakrefs? Does the problem only occur for static or also for dynamic linkage? Cf. previous patches http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00075.html and http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00196.html