Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 6/7/83; site hao.UUCP Path: utzoo!linus!philabs!seismo!hao!pag From: pag@hao.UUCP (Peter Gross) Newsgroups: net.bugs.4bsd Subject: Re: libdbm is broken in 4.2 Message-ID: <749@hao.UUCP> Date: Wed, 30-Nov-83 15:54:33 EST Article-I.D.: hao.749 Posted: Wed Nov 30 15:54:33 1983 Date-Received: Fri, 2-Dec-83 01:13:40 EST References: <635@cbosgd.UUCP> Organization: High Altitude Obs./NCAR, Boulder CO Lines: 12 In Mark's fix to the libdbm Makefile, he omitted the ranlib of the created archive. Thus, change libdbm.a: dbm.o ar rv libdbm.a dbm.o to libdbm.a: dbm.o ar rv libdbm.a dbm.o ranlib libdbm.a --peter