Re: [PORTS] Postgres 6.5.1 on IRIX 6.5 Locating Shared Object Libs

Поиск
Список
Период
Сортировка
От G. Anthony Reina
Тема Re: [PORTS] Postgres 6.5.1 on IRIX 6.5 Locating Shared Object Libs
Дата
Msg-id 37CC084C.C697EBFA@nsi.edu
обсуждение исходный текст
Ответ на Postgres 6.5.1 on IRIX 6.5.4 with -o32 bit libraries  ("G. Anthony Reina" <reina@nsi.edu>)
Список pgsql-ports
Mark Dalphin wrote:

> A patch to 'Makefile.shlib' is supplied below:
>
> *** Makefile.shlib.orig Mon Aug 30 11:00:23 1999
> --- Makefile.shlib      Mon Aug 30 11:01:47 1999
> ***************
> *** 59,65 ****
>   ifeq ($(PORTNAME), irix5)
>     install-shlib-dep := install-shlib
>     shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
> !   LDFLAGS_SL := -shared
>     CFLAGS += $(CFLAGS_SL)
>   endif
>
> --- 59,65 ----
>   ifeq ($(PORTNAME), irix5)
>     install-shlib-dep := install-shlib
>     shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
> !   LDFLAGS_SL := -shared -rpath $(LIBDIR)
>     CFLAGS += $(CFLAGS_SL)
>   endif
>

Thanks Mark. This makes sense. I ended up just linking and/or copying the libraries by hand. However, this solution
seemslike it solves the heart of the glitch rather than just a simple patch. Hopefully, this can be added to 6.5.2
before
it gets released (I think tomorrow).

-Tony



В списке pgsql-ports по дате отправления:

Предыдущее
От: Mark Dalphin
Дата:
Сообщение: Re: [PORTS] Postgres 6.5.1 on IRIX 6.5 Locating Shared Object Libs
Следующее
От: ALAN_YANG@HP-SantaClara-om13.om.hp.com
Дата:
Сообщение: undefined reference to 'crypt'