Re: unable to build libpq on Win 2003 (32 bit) - Mailing list pgsql-hackers

From Hiroshi Saito
Subject Re: unable to build libpq on Win 2003 (32 bit)
Date
Msg-id 00de01c8f7e3$c771cce0$0c01a8c0@IBMC9A0F63B40D
Whole thread Raw
In response to unable to build libpq on Win 2003 (32 bit)  ("Nikolae Shevchenco (md)" <nshevchenco@alliedtesting.com>)
List pgsql-hackers
Hi.

Umm, It is very strange...
I can't do a check in the reason for not having the environment of win2003 now. 
sorry...

Can you the following try? 
nmake -f win32 /D CPU=i386
and, the output of the "set" command may be helpful. 

Regards,
Hiroshi Saito

----- Original Message ----- 
From: "Nikolae Shevchenco (md)" <nshevchenco@alliedtesting.com>


Hi Hiroshi,

Thank you for your time. 
BTW I was trying to compile on different machine with Win XP and a build
was successful. 
However I still have issues trying to compile on my machine with Win
Server 2003 maybe the root cause is lying on that?
I'm sending you output of the make command:

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

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
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       if not exist ".\Release/" mkdir ".\Release"
link.exe-lib @C:\DOCUME~1\MD_NSH~1\LOCALS~1\Temp\nm214.tmp
 
LINK : fatal error LNK1181: cannot open input file 'LIB32_OBJS='
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\link.exe"' : return code '0x49d'
Stop.

C:\src\PostgreSQL\postgresql-8.3.0\src\interfaces\libpq>

I am looking forward to your reply.
Many thanks,
Nikolay.


pgsql-hackers by date:

Previous
From: Markus Wanner
Date:
Subject: Re: Automatic Client Failover
Next
From: Tom Lane
Date:
Subject: Re: Parsing of pg_hba.conf and authenticationinconsistencies