Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!minow@decwrl.DEC.COM@decvax.UUCP From: minow@decwrl.DEC.COM@decvax.UUCP (Martin Minow) Newsgroups: comp.sys.atari.st Subject: re: outdated ranlib from Mark Williams compiler Message-ID: <8612052329.AA16957@decvax.dec.com> Date: Fri, 5-Dec-86 18:29:11 EST Article-I.D.: decvax.8612052329.AA16957 Posted: Fri Dec 5 18:29:11 1986 Date-Received: Fri, 5-Dec-86 22:50:22 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 24 You're getting the message because you copied the lib*.a files, so their creation dates are later than the date hidden in the library. The simple solution (according to a friend, I haven't tried this yet) is as follows: 1. use ar to dump the ranlib to find its idea of its date. ar t libc.a or ar tv libc.a should work. 2. set your system date to one minute earlier than that date/time. 3. "touch" the file. Thus, some variation of the following should work: ar tv libc.a date 8411061234 touch libc.a Check the Mark Williams documentation for the exact sequences. Martin Minow decvax!minow