From: | Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Problem when installing PL/Proxy with Windows OS |
Date: | 2015-03-20 07:53:29 |
Message-ID: | 550BD1F9.70408@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)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.
From | Date | Subject | |
---|---|---|---|
Next Message | IPN Bala GSS TVL | 2015-03-20 08:50:11 | Re: Problem when installing PL/Proxy with Windows OS |
Previous Message | IPN Bala GSS TVL | 2015-03-20 07:26:26 | Re: Problem when installing PL/Proxy with Windows OS |