Re: PostgreSQL sourcecode

From: Nicolas Barbier <nicolas(dot)barbier(at)gmail(dot)com>
To: aaronenabs <aaronenabs(at)btconnect(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL sourcecode
Date: 2011-03-30 11:21:28
Message-ID: AANLkTimbE0XkF_M7n=Fw5R_oM850OozF4qv1O_yZ77=m@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2011/3/30 aaronenabs <aaronenabs(at)btconnect(dot)com>:

> Hi all i have been trying to compile the sourcecode for postgresql but keep
> getting an error message when running it in cygwin.
>
> it states:
>
> dllwrap: gcc exited with status 1
> make[3]: *** [cygpq.dll] Error 1
> make[3]: Leaving directory
> `/postgresql-9.0.3/postgresql-9.0.3/src/interfaces/li
> bpq'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/postgresql-9.0.3/postgresql-9.0.3/src/interfaces'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/postgresql-9.0.3/postgresql-9.0.3/src'
> make: *** [all] Error 2

FYI, you left out the error message stating the real problem that
probably came right before the part you pasted here. The "Make[n]"
things are just the submakes that return an error recursively.

Nicolas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message aaronenabs 2011-03-30 12:24:08 Re: PostgreSQL sourcecode
Previous Message Dimitri Fontaine 2011-03-30 08:27:07 Re: Another swing at JSON