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

Re: unversioned shared library



On Thu, Jun 20, 2002 at 01:10 +0900, Junichi Uekawa wrote:
> Eric Van Buggenhaut <Eric.VanBuggenhaut@AdValvas.be> immo vero scripsit:
> 
> > I never made a separate packages for the lib part (no -dev either)
> > cause the package is really small but now some other DD asks me for an
> > extra package, containing the lib (+ another -dev package) because his
> > own package depends on the same library.
> > 
> > Upstream author never versioned his dynamic library. What am I
> > supposed to do ? What soname should I use for the library ?
> 
> 
> See libpkg-guide for some help.
> 
> 
> adding something to:
> 
> libwhatever_la_LDFLAGS = -export-dynamic -release @VERSION@ -version-info 0:0:0
> to Makefile.am should create something reasonable for an unstable shared 
> library, suggest using this for the upstream (if they do versioning at all).
> 

This doesn't work here:

[eric@femto]$ automake
Makefile.am:5: invalid unused variable name: `libiiwusynth_la_LDFLAGS'
[eric@femto]$


[eric@femto]$cat Makefile.am 
## Process this file with automake to produce Makefile.in
SUBDIRS = src
EXTRA_DIST = TODO acconfig.h acinclude.m4
libiiwusynth_la_LDFLAGS = -export-dynamic -release @VERSION@ -version-info 0:0:0
[eric@femto]$                       

-- 
Eric VAN BUGGENHAUT
Eric.VanBuggenhaut@AdValvas.be


-- 
To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: