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

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Дата
Msg-id D425483C2C5C9F49B5B7A41F8944154701001269@postal.corporate.connx.com
обсуждение исходный текст
Ответ на Trying Compile libpq.dll with VC++ 9.0, but need help  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Ответы Re: Trying Compile libpq.dll with VC++ 9.0, but need help  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Список pgsql-general
> -----Original Message-----
> From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-
> owner@postgresql.org] On Behalf Of Tony Caduto
> Sent: Monday, November 17, 2008 12:06 PM
> To: pgsql-general@postgresql.org
> Subject: [GENERAL] Trying Compile libpq.dll with VC++ 9.0, but need
> help
>
> 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.

How much disk space do you have?

I guess that you are running out of space.

During the link, watch the available disk space.

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

Предыдущее
От: Tony Caduto
Дата:
Сообщение: Trying Compile libpq.dll with VC++ 9.0, but need help
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: In memory Database for postgres