Re: Include files for static VC libpq.lib

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Edin Kadribasic" <edink(at)emini(dot)dk>, <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Include files for static VC libpq.lib
Date: 2005-01-22 22:55:22
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE4766BC@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

>Hi,
>
>I'm upgrading libpq bundled in PHP win32 distribution. I have
>no problem
>compiling static libpq.lib using bundled makefiles and msvc++. However
>getting the needed include files is bit more difficult. So far
>I have been
>installing pgsql on a linux box, took its include files and replaced
>pg_config.h with the one used for msvc++ build. Is there an
>easier way to do
>that? Adding some sort of "make install" would be handy as well.

If you build with MingW you will have access to more or less everything
that the unix builds has. Such as the "make install" command...

//Magnus

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Edin Kadribasic 2005-01-22 23:46:10 Re: Include files for static VC libpq.lib
Previous Message Magnus Hagander 2005-01-22 22:45:51 Re: Upgrading from 8.0RC1 to 8.0