pgsql: Fix pg_dump linking on Win32 with MSVS win32.mak: The module - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Fix pg_dump linking on Win32 with MSVS win32.mak: The module
Date
Msg-id 20061204222646.7F89C9FA285@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix pg_dump linking on Win32 with MSVS win32.mak: The module
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: plpsm - plpgpsm: Declare condition support (SQL2003 compliant)