Re: [PATCHES] Where is the link to cygwin?

From: Marek Lewczuk <newsy(at)lewczuk(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Reini Urban <rurban(at)x-ray(dot)at>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: [PATCHES] Where is the link to cygwin?
Date: 2004-11-01 20:36:37
Message-ID: 41869E55.6010707@lewczuk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-patches

Bruce Momjian wrote:
> We just added code to add the *.exe suffix for MinGW and I am hoping
> this will fix your register problem on Cygwin too. Would you test a
> recent snapshot and let me know if it works?

Latest CVS compilation fails, so I was not able to check pg_ctl.

make[4]: Leaving directory `/usr/src/pgsql/src/backend/parser'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels
-fno-strict-al
iasing pg_dump.o common.o pg_dump_sort.o pg_backup_archiver.o
pg_backup_db.o pg_
backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o
dumputils.o
../../../src/backend/parser/keywords.o -L../../../src/interfaces/libpq
-lpq -L..
/../../src/port -L/usr/local/lib -lpgport -lz -lreadline -lcrypt -o
pg_dump.exe

../../../src/port/libpgport.a(pgstrcasecmp.o)(.text+0x1b0):pgstrcasecmp.c:
multi
ple definition of `_pg_tolower'
../../../src/interfaces/libpq/libpq.a(dyofs00145.o)(.text+0x0): first
defined he
re
Info: resolving _optarg by linking to __imp__optarg (auto-import)
Info: resolving _optind by linking to __imp__optind (auto-import)
collect2: ld returned 1 exit status
make[3]: *** [pg_dump] Error 1
make[3]: Leaving directory `/usr/src/pgsql/src/bin/pg_dump'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/pgsql/src/bin'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/pgsql/src'
make: *** [all] Error 2

Best regards
ML

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message M S 2004-11-02 19:46:44 NET HELPMSG 3534
Previous Message yuvaraj duraisamy 2004-11-01 19:54:41 PostgreSQL 8.0.0-beta4 Windows 2000 Installation

Browse pgsql-patches by date

  From Date Subject
Next Message Serguei Mokhov 2004-11-01 21:09:57 Translation updates for 8.0: libpq-ru, pg_ctl-ru, pg_dump-ru
Previous Message Bruce Momjian 2004-11-01 19:21:40 Re: [HACKERS] make check error on -HEAD