Re: Problem when installing PL/Proxy with Windows OS - Mailing list pgsql-bugs

From Marco Atzeri
Subject Re: Problem when installing PL/Proxy with Windows OS
Date
Msg-id 550BD1F9.70408@gmail.com
Whole thread Raw
In response to Re: Problem when installing PL/Proxy with Windows OS  (IPN Bala GSS TVL <ipnb87@gmail.com>)
List pgsql-bugs
On 3/20/2015 8: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
>
[cut]
>     > I struct in step 03. I got below error.
>     >
>     > biyappan@gsstvl10 ~
>     > $ make PG_CONFIG=C:/Program Files/PostgreSQL/9.3/bin/pg_config
>     > make: *** No rule to make target 'Files/PostgreSQL/9.3/bin/pg_config'.
>     > Stop.
>
>     Try to put PG_CONFIG within quotes:
>     PG_CONFIG="C:/Program Files/PostgreSQL/9.3/bin/pg_config"
>     --
>     Michael



Cygwin Postgres package is version 9.4.1.

You are trying to build on cygwin and to link to a not
cygwin PostgreSQL : This will not work.
You need the same environment for both.

pgsql-bugs by date:

Previous
From: IPN Bala GSS TVL
Date:
Subject: Re: Problem when installing PL/Proxy with Windows OS
Next
From: IPN Bala GSS TVL
Date:
Subject: Re: Problem when installing PL/Proxy with Windows OS