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:17
Message-ID: 20061204222617.F40B79FA2C7@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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-12-04 22:26:46 pgsql: Fix pg_dump linking on Win32 with MSVS win32.mak: The module
Previous Message Bruce Momjian 2006-12-04 22:24:04 pgsql: Patch of Win32 Encoding problem for server messages using