| От | Tom Ivar Helbekkmo |
|---|---|
| Тема | Re: [HACKERS] Shared libs with version numbers. |
| Дата | |
| Msg-id | 86ra2frc2x.fsf@barsoom.Hamartun.Priv.NO обсуждение |
| Ответ на | Shared libs with version numbers. (darrenk@insightdist.com (Darren King)) |
| Список | pgsql-hackers |
darrenk@insightdist.com (Darren King) writes: > Is there any purpose to the version numbers that some ports append > to a shared lib name, besides keeping different versions around? Well, no. That _is_ the point. Sort of. Version numbers make it possible to have different generations of shared libraries installed, and have different binaries use different ones. You can then install a new version of the library -- and nothing will use it. Once you recompile some binary, though, it will henceforth dynamically link against the new one, i.e. the one that it was built for. This is, of course, important because it allows the interface to change when the version changes, without forcing you to recompile _everything_. -tih -- Popularity is the hallmark of mediocrity. --Niles Crane, "Frasier"
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера