2011/3/30 aaronenabs <[email protected]>: > 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
