From: | "Godson Retna" <godsonr(at)siptech(dot)co(dot)in> |
---|---|
To: | "Jason Tishler" <jason(at)tishler(dot)net> |
Cc: | <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: make error during PostgreSQL installation on windowsusing cygwin |
Date: | 2002-11-19 03:42:05 |
Message-ID: | NGBBIKACPKEPGIODDAKHEEBKCEAA.godsonr@siptech.co.in |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Hi Jason
Thank you for your reply.
Initially, I had problems with ./configure, which was sorted out after
installing cygipc-1.13-2.tar.bz2 (I referred to your early email solution
for a similar problem). So I suppose, cygipc is installed. The setup.exe
version is 2.249.2.5. The cygwin DLL version is 1.3.15.
BTW, can you please point me to links/information about installing the
pre-built version of PostgreSQL that is part of the standard Cygwin
distribution?
Appreciate your valuable assistance.
Best Regards.
Godson R
Chennai, Tamil Nadu, India.
-----Original Message-----
From: Jason Tishler [mailto:jason(at)tishler(dot)net]
Sent: Monday, November 18, 2002 9:18 PM
To: Godson Retna
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: [CYGWIN] make error during PostgreSQL installation on
windowsusing cygwin
Godson,
On Mon, Nov 18, 2002 at 06:07:30PM +0530, Godson Retna wrote:
> 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:
>
> $ 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 -DBUILDING_DLL=1 -c -o ipc.o ipc.c
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning: as it has already been specified as a non-system directory
> ipc.c: In function `InternalIpcSemaphoreCreate':
> ipc.c:271: warning: implicit declaration of function `semget'
> ipc.c:271: `IPC_CREAT' undeclared (first use in this function)
> ipc.c:271: (Each undeclared identifier is reported only once
> ipc.c:271: for each function it appears in.)
> [snip]
Did you forget to install cygipc? Or, is this yet another Cygwin gcc
3.x problem?
BTW, can you use the pre-built version that is part of the standard
Cygwin distribution?
Jason
--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Tishler | 2002-11-19 12:19:46 | Re: make error during PostgreSQL installation on windowsusing |
Previous Message | Peter Eisentraut | 2002-11-18 18:18:07 | Re: [HACKERS] ipc-daemon |