From owner-freebsd-stable Mon Nov 13 16: 2:54 2000 Delivered-To: freebsd-stable@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 841A037B4CF; Mon, 13 Nov 2000 16:02:49 -0800 (PST) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.10.1/8.10.1) with ESMTP id eAE02kR16126; Mon, 13 Nov 2000 19:02:47 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id TAA43086; Mon, 13 Nov 2000 19:02:51 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id TAA00701; Mon, 13 Nov 2000 19:02:45 -0500 (EST) Date: Mon, 13 Nov 2000 19:02:45 -0500 (EST) From: Thomas David Rivers Message-Id: <200011140002.TAA00701@lakes.dignus.com> To: asami@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, jdp@polstra.com, nate@yogotech.com Subject: Re: libc shlib version In-Reply-To: <200011132302.QAA27598@nomad.yogotech.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) wrote: > I really wish we could keep the two version numbers from a.out, so I > don't have to worry about stuff like this. :< You can, if you will accept some restrictions: Let's say the two numbers are the Version number and the Revision number. And, let's furthermore say we will restrict ourselves to only 99 revisions per Version. Then; let the Elf library number be: (100 * Version number) + Revision number *poof* two numbers... i.e. library version 10.20 would get 1020 as the Elf version number. (if 99 revisions are not enough, restrict it to, say, 999.) - Dave Rivers - -- rivers@dignus.com Work: (919) 676-0847 Get your mainframe (370) `C' compiler at http://www.dignus.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message