Trying Compile libpq.dll with VC++ 9.0, but need help

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема Trying Compile libpq.dll with VC++ 9.0, but need help
Дата
Msg-id 4921CE91.6040309@amsoftwaredesign.com
обсуждение исходный текст
Ответы Re: Trying Compile libpq.dll with VC++ 9.0, but need help  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-general
Hi,
Trying to get a libpq.dll that only has SSL deps using these instructions:

http://www.postgresql.org/docs/8.3/interactive/install-win32-libpq.html

It compiles a bit then dies at:

C:\postgresql-8.3.5\src\interfaces\libpq>nmake /f win32.mak

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

Building the Win32 static library...

Using default OpenSSL Include directory: C:\OpenSSL\include
Using default OpenSSL Library directory: C:\OpenSSL\lib\VC
Using default Kerberos Include directory: C:\kfw-2.6.5\inc
Using default Kerberos Library directory: C:\kfw-2.6.5\lib\i386
        link.exe -lib @C:\DOCUME~1\20659\LOCALS~1\Temp\nm1B.tmp
.\Release\win32.obj : fatal error LNK1107: invalid or corrupt file:
cannot read at 0xB39
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 9.0\VC\BIN\link.exe"' : return code '0x453'
Stop.



В списке pgsql-general по дате отправления:

Предыдущее
От: Lothar Behrens
Дата:
Сообщение: Using database to find file doublettes in my computer
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: Trying Compile libpq.dll with VC++ 9.0, but need help