Re: [PORTS] Postgres 6.5.1 on IRIX 6.5 Locating Shared Object Libs - Mailing list pgsql-ports

From G. Anthony Reina
Subject Re: [PORTS] Postgres 6.5.1 on IRIX 6.5 Locating Shared Object Libs
Date
Msg-id 37CC084C.C697EBFA@nsi.edu
Whole thread Raw
In response to Postgres 6.5.1 on IRIX 6.5.4 with -o32 bit libraries  ("G. Anthony Reina" <reina@nsi.edu>)
List 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 by date:

Previous
From: Mark Dalphin
Date:
Subject: Re: [PORTS] Postgres 6.5.1 on IRIX 6.5 Locating Shared Object Libs
Next
From: ALAN_YANG@HP-SantaClara-om13.om.hp.com
Date:
Subject: undefined reference to 'crypt'