|
From: Steve H. <S.W...@ec...> - 2005-12-04 11:03:36
|
I dont understand. OSX uses libtool library versioning doesnt it? The verson of the library has nothing to do with the version of the package. I dont quite remeber the deal, but if another 0.r.a library version comes out isn't it binary compatible with other 0.r.as? If you put the revision number first then there might be another 0.r.a in the future if binary compatibility is broken. That doesnt make any sense to me. c.f. http://asis.web.cern.ch/asis/products/GNU.DVP/libtool-1.3.2/libtool_6.html - Steve On Sat, Dec 03, 2005 at 10:12:17 +0000, Nicholas J Humfrey wrote: > Hi, > > I was just trying to get liblo packaged up into fink, but have cope > up to a problem with library versioning on Darwin: > > https://sourceforge.net/tracker/? > func=detail&atid=414256&aid=1372496&group_id=17203 > > > >The dylib names could be a problem. Rather than liblo.0.5.0.dylib > >and liblo. > >0.dylib, they should be liblo.5.0.0.dylib and liblo.5.dylib. This > >is an upstream > >mistake in versioning, but it means that if a version 6 comes out, > >it would also > >have a liblo.0.dylib and would conflict. Meaning the new and old > >packages > >couldn't be installed at the same time. Note that just renaming the > >file won't do > >since the install_name of the library is "/sw/lib/liblo.0.dylib" > >and would also > >have to be changed. > > > I get really confused by library versioning.... but must be something > to do with LO_SO_VERSION ? > > > nick. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |