Re: Using mingw

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pasman pasmański <pasman(dot)p(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Using mingw
Date: 2011-01-10 17:11:15
Message-ID: 4D2B3DB3.8090700@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/10/2011 11:51 AM, pasman pasmański wrote:
> Hi. I try to compile postgres with mingw32. When configure runs, it
> tells that found perl 5.6 which is too old. I install perl 5.10 from
> activestate but configure cant find it. How to set up path to newer
> perl?
>

Assuming you installed into the usual place:

PATH=/c/perl/bin:$PATH ./configure ....

cheers

andrew

In response to

  • Using mingw at 2011-01-10 16:51:59 from pasman pasmański

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2011-01-10 17:48:45 Re: SSI patch version 8
Previous Message pasman pasmański 2011-01-10 16:51:59 Using mingw