Re: Problem when installing PL/Proxy with Windows OS

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Problem when installing PL/Proxy with Windows OS
Дата
Msg-id 550C4C98.9080706@hogranch.com
обсуждение исходный текст
Ответ на Re: Problem when installing PL/Proxy with Windows OS  (IPN Bala GSS TVL <ipnb87@gmail.com>)
Ответы Re: Problem when installing PL/Proxy with Windows OS  (Michael Paquier <michael.paquier@gmail.com>)
Re: Problem when installing PL/Proxy with Windows OS  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
On 3/20/2015 12:26 AM, IPN Bala GSS TVL wrote:
> I tried with quotes. It didn't work. I am using cygwin
> (https://www.cygwin.com/) to run Unix command in my Windows OS. I
> don't know about Unix. Is there any manual setup instead running below
> commands?
> 03.make PG_CONFIG=/opt/PostgresPlus/9.1AS/bin/pg_config
> 04.make intall PG_CONFIG=/opt/PostgresPlus/9.1AS/bin/pg_config

in Unix shells, environment setting commands go BEFORE make

     PG_CONFIG=.....   make

or probably simpler, just export PG_CONFIG in your environment

     export PG_CONFIG=......
     make
     make install

--
john r pierce, from the mid left coast

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

Предыдущее
От: mariusz.kacala@wp.pl
Дата:
Сообщение: BUG #12883: Configurable identifier length truncation.
Следующее
От: pgconfbug@yopmail.com
Дата:
Сообщение: BUG #12884: configure script fails on a platform with /tmp directory read only