Re: Assistance needed (locale)

From: Kasimir Müller <Kasimir(dot)Mueller(at)gmx(dot)de>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Assistance needed (locale)
Date: 2002-11-23 19:33:39
Message-ID: 1685041048.20021123203339@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hi Jason,
I applied the patch for gcc3.2, as you proposed, it run without errors.
configure runs now without errors.
$ CC=gcc-2 LDFLAGS=-L/usr/local/lib configure

make still produces the known errors with ipc:
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.)

thanks for your help,

By the way I need the locale to run a copy of laboratory-database on
my laptop, which is created with locale.
--
Mit freundlichen Grüssen
Kasimir Müller
mailto:Kasimir(dot)Mueller(at)gmx(dot)de

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message S. L. 2002-11-25 06:39:09 Re: postmaster fails to start
Previous Message Jason Tishler 2002-11-23 14:57:12 Re: postgesql build on Windows.