Re: PostgreSQL sourcecode - Mailing list pgsql-hackers

From Nicolas Barbier
Subject Re: PostgreSQL sourcecode
Date
Msg-id AANLkTimbE0XkF_M7n=Fw5R_oM850OozF4qv1O_yZ77=m@mail.gmail.com
Whole thread Raw
In response to PostgreSQL sourcecode  (aaronenabs <aaronenabs@btconnect.com>)
Responses Re: PostgreSQL sourcecode
List pgsql-hackers
2011/3/30 aaronenabs <aaronenabs@btconnect.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


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Another swing at JSON
Next
From: aaronenabs
Date:
Subject: Re: PostgreSQL sourcecode