Re: Problem when installing PL/Proxy with Windows OS

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problem when installing PL/Proxy with Windows OS
Date: 2015-03-20 16:36:40
Message-ID: 550C4C98.9080706@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgconfbug 2015-03-20 17:02:51 BUG #12884: configure script fails on a platform with /tmp directory read only
Previous Message Asif Naeem 2015-03-20 14:14:03 Re: pg_upgrade failure on Windows Server