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

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "Tony Caduto" <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Trying Compile libpq.dll with VC++ 9.0, but need help
Date: 2008-11-17 20:23:37
Message-ID: D425483C2C5C9F49B5B7A41F8944154701001269@postal.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-
> owner(at)postgresql(dot)org] On Behalf Of Tony Caduto
> Sent: Monday, November 17, 2008 12:06 PM
> To: pgsql-general(at)postgresql(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-11-17 20:33:27 Re: In memory Database for postgres
Previous Message Tony Caduto 2008-11-17 20:05:37 Trying Compile libpq.dll with VC++ 9.0, but need help