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 20061204222617.F40B79FA2C7@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

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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Patch of Win32 Encoding problem for server messages using
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix pg_dump linking on Win32 with MSVS win32.mak: The module