Re: make error during postgresql install on windows using cygwin

2002-11-19 Thread Jason Tishler
Godson, On Tue, Nov 19, 2002 at 03:55:08PM +0530, Godson Retna wrote: > $ make > [snip] > make[4]: Entering directory > `/cygdrive/c/postgresql/postgresql-7.2.1/src/backend/storage/ipc' > gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include >-I/usr/local/include -DB

make error during postgresql install on windows using cygwin

2002-11-19 Thread Godson Retna
Hi all Get the following error after installing cygwin and during running installation steps for PostgreSQL 7.2.1 on windows. ./configure passed successfully. make gives the following error: [quote] $ make make -C doc all make[1]: Entering directory `/cygdrive/c/postgresql/postgresql-7.2.1/do