libtool
[Top][All Lists]
Advanced

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

Re: Customizing soname


From: Roumen Petrov
Subject: Re: Customizing soname
Date: Sat, 29 Mar 2008 18:09:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080212 SeaMonkey/1.1.8

Alon Bar-Lev wrote:
On 3/28/08, Roumen Petrov <address@hidden> wrote:
 You request is to change library name. So I could not understand what is
 related to SONAME. It came as a surprise to me to allow user(verdor) to
 change library name at configure time.

It for generating a differnet module using automake. At the end SONAME
matches the module name.

So with automake makefile like this :
lib_LTLIBRARIES = @address@hidden
@address@hidden = module.c
@address@hidden = -module -avoid-version

where MODULE is substituted by configure you can get result.


Roumen





reply via email to

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