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

Re: Help with autoconf / libtool



Hi,

On Wed, Jul 07, 2010 at 06:55:39PM +0200, Andreas Tille wrote:
> I would like to seek some help with libtool / autoconf for a small
> package I would like to put into Debian Med.  Upstream has written a
> small library to interact with the German "Gesundheitskarte" and I tried
> to provide the libtool stuff to enable architecture independent building
> of static and dynamic library.  Obviosely my knowledge in this field
> is limited as well because after an ABI change I tried to increase
> the soversion but failed - it just stays at 0.0.0 whatever I try.

Usually, the library version information is specified by adding

  -version-info <cur>:<rev>:<age>

to LDFLAGS. So, in your case, adding

  libctapimkt_la_LDFLAGS = $(AM_LDFLAGS) -version-info @GENERIC_LIBRARY_VERSION@

should do the trick (haven't checked that, though).

HTH,
Sebastian

-- 
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety.         -- Benjamin Franklin

Attachment: signature.asc
Description: Digital signature


Reply to: