How can one get the creation time of object file foo.o?
Use "objdump -p".
But it looks like gcc doesn't stuff a timestamp into the .o, but does into the .exe.
Visual C++ puts a timestamp in both the .obj and .exe.
-- 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/