Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a
Дата
Msg-id 6302.1003861625@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE- Compile 7.1.3 on SCO OpenServer 5.0.6a  (Steve Burger <steve@customware.aust.com>)
Список 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 по дате отправления:

Предыдущее
От: "Ronald Kuczek"
Дата:
Сообщение: Re: Pls send the details.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: 7.1.3 Compile fails on SCO OpenServer 5.0.6a