Re: Assistance needed (locale)

From: Jason Tishler <jason(at)tishler(dot)net>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Assistance needed (locale)
Date: 2002-11-23 14:54:47
Message-ID: 20021123145446.GC2156@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Kasimir,

On Sat, Nov 23, 2002 at 11:48:50AM +0100, Kasimir Müller wrote:
> with ./configure I get:
> using CFLAGS=-O2
> checking whether the C compiler (gcc -O2 ) works... no

Check config.log to see why the above fails -- you won't get too far if
gcc does not work.

> if I comment the test out (in config) the
> next errors are:
> configure:1377: gcc -o conftest -O2 conftest.c -lcygipc 1>&5
> /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot find -lcygipc
> collect2: ld returned 1 exit status
> configure: failed program was:

See the following on how to solve the above:

http://cygwin.com/ml/cygwin/2002-11/msg01239.html

> so if anybody has a working postgresql-binary-tar with locale-enabled
> it will be of great help for me.

Note that Cygwin does not fully support locale -- patches gratefully
accepted.

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 Jason Tishler 2002-11-23 14:57:12 Re: postgesql build on Windows.
Previous Message Jason Tishler 2002-11-23 14:45:43 Re: Make does not work for interfaces. Why?