Re: Fix for HP-UX shared library builds

Поиск
Список
Период
Сортировка
Искать
От
Peter Eisentraut
Тема
Re: Fix for HP-UX shared library builds
Дата
Msg-id
Pine.LNX.4.44.0301031856260.8249-100000@localhost.localdomain
Ответ на
Список
Дерево обсуждения
Fix for HP-UX shared library builds Giles Lean <giles@nemeton.com.au>
Re: Fix for HP-UX shared library builds Giles Lean <giles@nemeton.com.au>
Re: Fix for HP-UX shared library builds Tom Lane <tgl@sss.pgh.pa.us>
Re: Fix for HP-UX shared library builds Peter Eisentraut <peter_e@gmx.net>
Giles Lean writes:

> *** src/Makefile.shlib-orig	Wed Oct  9 09:21:54 2002
> --- src/Makefile.shlib	Sun Dec 22 21:07:43 2002
> ***************
> *** 126,134 ****
>   endif
>
>   ifeq ($(PORTNAME), hpux)
> ! # HPUX doesn't believe in version numbers for shlibs

Once upon the time this was true.  When did it change, and do we still
care about the pre-change versions?

> !   shlib			:= lib$(NAME)$(DLSUFFIX)
> !   LINK.shared		= $(LD) -b +b $(libdir)
>   endif
>
>   ifeq ($(PORTNAME), irix5)
> --- 126,133 ----
>   endif
>
>   ifeq ($(PORTNAME), hpux)
> !   shlib			:= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
> !   LINK.shared		= $(LD) +h $(shlib) -b +b $(libdir)

This should probably be +h $(soname).

>   endif
>
>   ifeq ($(PORTNAME), irix5)
>

-- 
Peter Eisentraut   peter_e@gmx.net

В списке pgsql-patches по дате отправления
От: Serguei Mokhov
Дата:
От: Peter Eisentraut
Дата:
FAQ