Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Include files for static VC libpq.lib


  • From: Edin Kadribasic <edink(at)emini(dot)dk>
  • To: Magnus Hagander <mha(at)sollentuna(dot)net>
  • Cc: pgsql-hackers-win32(at)postgresql(dot)org
  • Subject: Re: Include files for static VC libpq.lib
  • Date: Sun, 23 Jan 2005 18:24:00 +0100
  • Message-id: <41F3DDB0(dot)4070506(at)emini(dot)dk>

Magnus Hagander wrote:
There is no such support in the VC Makefiles. It's only supported in the
MingW build.

Ok, thanks for the info. I just wanted to make sure that I wasn't missing something and making things more difficult for me.

FWIW, you can build the VC libs from the DEF file - we do so in the
installer. You just run

LINK /LIB /MACHINE:x86 /def:libpqdll.def /out:libpq.lib /name:libpq.dll

This would create dynamic lib (needing libpq.dll for the app), right? PHP distribution has too many dlls alredy which is why I'm compiling php_pgsql.dll with the libpq built in.

Edin



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group