[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Using libtool -release versus -version-info breaks packages (ITS#3035)



Does anybody have experience with doing something like:
	-release 2.2 -version-info 1:0:0

That is, do such constructions works on most platforms.
Libtool seems to construct:
  # Names of this library.
  library_names='liblber-2.2.so.1 liblber-2.2.so liblber.so'

  # The name of the static archive.
  old_library='liblber.a'

If this works, this might met our requirements.  Comments?

Kurt