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 19:29:38 +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/29/08, Roumen Petrov <address@hidden> wrote:
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.

Thanks!
It works. Although I am sure I tried this in several notations, and in
all I got automake error that this must not be none constant.
Strange...

I still think that libtool should enable soname to be customized.... :)

May be is good libtool to preserve some variables from CONFIG_SITE file (libname_spec, soname_spec, etc ??? ) .

In was my case http://lists.gnu.org/archive/html/libtool/2007-07/msg00044.html .

It is similar to you case since I would like to be able to define name of library file on a particular platform(host), but I don't like to change library internal name (soname).

Roumen





reply via email to

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