Static linking of libpq with a windows application.

Lists: pgsql-general
From: "Farhan Khan" <farhankhan(at)google(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Static linking of libpq with a windows application.
Date: 2007-11-20 23:36:07
Message-ID: 93d670240711201536sfcd4c31oc4dd8fb5e606f662@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi, I am developing a windows application and will statically link pgsql
frontend with as part of final binary (so that it will not require
libpq.dlland other dll at runtime). Any pointers on how to do it? Do
we have to
compile the source code to generate a new lib file ?? Anyone with prior
experience ???

Thanks .. Farhan