Re: I couldn't compile postgresql 7.3.1 under cygwin 1.3.18-1

From: Jason Tishler <jason(at)tishler(dot)net>
To: jklcom <jklcom(at)mindspring(dot)com>
Cc: general(at)postgresql(dot)org, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: I couldn't compile postgresql 7.3.1 under cygwin 1.3.18-1
Date: 2003-02-10 14:30:56
Message-ID: 20030210143056.GH2408@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

On Mon, Feb 10, 2003 at 08:47:52AM -0800, jklcom wrote:
> This is the error I got. What am I doing wrong?
>
> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/
> -DBUILDING_DLL -c -o pg_sema.o pg_sema.c
> pg_sema.c: In function `InternalIpcSemaphoreCreate':
> pg_sema.c:95: warning: implicit declaration of function `semget'
> pg_sema.c:95: `IPC_CREAT' undeclared (first use in this function)
> [snip]

Did you forget to install cygipc?

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

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Seth Rubin 2003-02-10 15:03:03 FW: FW: Latest cygwin always crashing with Postgres
Previous Message Jason Tishler 2003-02-10 14:00:27 Re: IpcSemaphoreCreate - detailed account