libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool cur/age question


From: Luca Filipozzi
Subject: Re: libtool cur/age question
Date: Wed, 31 Jul 2002 17:44:46 -0700
User-agent: Mutt/1.3.23i

On Wed, Jul 31, 2002 at 05:23:37PM -0700, Luca Filipozzi wrote:
> It would seem to me that in (2) above, two symbolic links should be
> created:
>   libfoo.so.0 ->> libfoo.so.0.1.0  (the library implements interface v0)
>   libfoo.so.1 ->> libfoo.so.0.1.0  (the library implements interface v1)
> and that the .la linker assist file should tell the linker to use
> libfoo.so.1 as the soname to link against.

I guess what I'm asking is why symbolic links:

   libfoo.so.[cur-age] -> libfoo.so.[cur-age].[age].[rev]
     through
   libfoo.so.[cur]     -> libfoo.so.[cur-age].[age].[rev]

are not provided.  Only the [cur-age] symbolic link is provided, even though
the library provides interfaces between [cur-age] through [cur].

Luca

-- 
Luca Filipozzi, Debian Developer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]