Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Burger <steve(at)customware(dot)aust(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a
Date: 2001-10-23 18:27:05
Message-ID: 6302.1003861625@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Steve Burger <steve(at)customware(dot)aust(dot)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

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Peter Eisentraut 2001-10-23 20:42:43 Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a
Previous Message Tom Lane 2001-10-23 18:01:18 Re: 7.1.3 Compile fails on SCO OpenServer 5.0.6a