pgsql: Fix pg_dump linking on Win32 with MSVS win32.mak: The module

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_dump linking on Win32 with MSVS win32.mak: The module
Date: 2006-12-04 22:26:46
Message-ID: 20061204222646.7F89C9FA285@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pg_dump linking on Win32 with MSVS win32.mak:

The module link is insufficient.:-(

---- Sorry, japanese message change to xxx ---
link.exe @C:\DOCUME~1\hi-saito\LOCALS~1\Temp\nmk03360.
common.obj : error LNK2001: xxxxxx "_pg_qsort" xxxxxx
pg_dump_sort.obj : error LNK2001: xxxxx "_pg_qsort" xxxxx
.\Release\pg_dump.exe : fatal error LNK1120: xxxxxxx
NMAKE : fatal error U1077: 'link.exe' : xxxxx '0x460'
Stop.

Hiroshi Saito

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_dump:
win32.mak (r1.5 -> r1.5.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/win32.mak.diff?r1=1.5&r2=1.5.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2006-12-05 11:13:45 plpsm - plpgpsm: Declare condition support (SQL2003 compliant)
Previous Message Bruce Momjian 2006-12-04 22:26:17 pgsql: Fix pg_dump linking on Win32 with MSVS win32.mak: The module