Re: improved parallel make support

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Dave Page <dpage(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: improved parallel make support
Date: 2010-11-10 18:13:43
Message-ID: 4CDAE0D7.3010208@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/10/2010 10:32 AM, Peter Eisentraut wrote:
> On tis, 2010-11-09 at 03:54 -0800, Dave Page wrote:
>> Narwhal should be OK now.
> The build has issues now, possibly related to the make upgrade.
>
>

Yeah, it's complaining about not finding bison, but configure managed to
find bison just fine. Are you sure the right make was installed? It
looks suspicious because it's not talking about msys virtual maths like
the old make did. It needs to be make-3.81-3-msys-1.0.13
<http://sourceforge.net/projects/mingw/files/MSYS/make/make-3.81-3/make-3.81-3-msys-1.0.13-bin.tar.lzma/download>
You'll need another couple of libraries as well (libiconv and libintl)
if they are not already installed. Making this change took me a while to
get right on dawn_bat.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2010-11-10 18:28:37 Re: multi-platform, multi-locale regression tests
Previous Message Robert Haas 2010-11-10 18:00:03 Re: security hooks on object creation