Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 Apollo 11/21/85; site apollo.uucp Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!wanginst!apollo!rees From: rees@apollo.uucp (Jim Rees) Newsgroups: net.unix-wizards Subject: Re: Daylight Savings Time Message-ID: <2aa090c8.1de6@apollo.uucp> Date: Mon, 9-Dec-85 15:48:36 EST Article-I.D.: apollo.2aa090c8.1de6 Posted: Mon Dec 9 15:48:36 1985 Date-Received: Wed, 11-Dec-85 03:22:22 EST References: <507@azure.UUCP> Organization: Apollo Computer, Chelmsford, Mass. Lines: 11 This does seem to me like a perfect example of why dynamic linking is good. My unix system has dynamically linked global libraries, and when I install a new release of the system, I get all the latest C library code without having to recompile or relink. It also makes the binaries smaller. Compare my /bin/date with one on another 68000 based unix system, but without global libraries. I bet you didn't know the date command carried around so much baggage. % ls -l /bin/date /yuban/bin/date -rwxr-xr-x 1 root 5926 May 9 1985 /bin/date -rwxr-xr-x 1 root 22528 May 13 1985 /yuban/bin/date