Re: [CYGWIN] Where is the link to cygwin?
Marek Lewczuk <[email protected]> Mon, 01 Nov 2004 21:36:37 +0100
| Newsgroups | gmane.comp.db.postgresql.devel.patches,gmane.comp.db.postgresql.cygwin |
|---|---|
| Message-ID | <[email protected]> |
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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend