Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a - Mailing list pgsql-ports

From Tom Lane
Subject Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a
Date
Msg-id 6302.1003861625@sss.pgh.pa.us
Whole thread Raw
In response to RE- Compile 7.1.3 on SCO OpenServer 5.0.6a  (Steve Burger <steve@customware.aust.com>)
List pgsql-ports
Steve Burger <steve@customware.aust.com> writes:
> /bin/sh ../../../config/install-sh -c -m 644 libpq.a
/u/Download/SQL/postgresql-7.1.3/src/test/regress/./tmp_check/install/usr/local/pgsql/lib/libpq.a
> /bin/sh ../../../config/install-sh -c -m 755
/u/Download/SQL/postgresql-7.1.3/src/test/regress/./tmp_check/install/usr/local/pgsql/lib/
> install:    no destination specified

I think it's trying to install the shared-library version of libpq, and
is failing because the $(shlib) macro is expanding to empty.

What is PORTNAME set to in src/Makefile.global?  $(shlib) should be set
in src/Makefile.shlib; if PORTNAME isn't "sco" or one of the other
recognized names, this might happen.

            regards, tom lane

pgsql-ports by date:

Previous
From: "Ronald Kuczek"
Date:
Subject: Re: Pls send the details.
Next
From: Peter Eisentraut
Date:
Subject: Re: 7.1.3 Compile fails on SCO OpenServer 5.0.6a