Re: Building postgresql project

From: Chamila Wijayarathna <cdwijayarathna(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Building postgresql project
Date: 2013-04-01 14:49:12
Message-ID: CAAGV2DhY2p4dNMQhxzHku_Y+dyF2kjfRpsSmEsrXMk_SyKz1Cg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I installed cygwin and ran ./configure on it. It says cannot run /bin/sh
config/config.sub
I was already following that link.

On Mon, Apr 1, 2013 at 8:15 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Chamila Wijayarathna <cdwijayarathna(at)gmail(dot)com> writes:
> > I'm new to postresql development. I cloned the project from git and tried
> > to build it. When I tried to run it using gmake, it gave me an error
> saying
> > '! is unexpected at this time gmake: *** [world] Error 255', Can somebody
> > please tell me where I got it wrong.
>
> Hm, did you run "configure" first? I'm also wondering whether you could
> be using an old version of gmake. See
> http://www.postgresql.org/docs/devel/static/installation.html
>
> regards, tom lane
>

--
*Chamila Dilshan Wijayarathna,*
SMIEEE, SMIESL,
Undergraduate,
Department of Computer Science and Engineering,
University of Moratuwa.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-04-01 15:03:46 Re: Page replacement algorithm in buffer cache
Previous Message Tom Lane 2013-04-01 14:45:20 Re: Building postgresql project