On Thu, Jul 13, 2017 at 4:58 AM, Craig Ringer wrote:
> You shouldn't ever need static libraries on Windows, though. Because it
> searches the CWD first on its linker search path, you can just drop
> libpq.dll in the same directory as your binary/library and link to the stub
> libpq.lib .
This is
On Wed, Jul 12, 2017 at 5:11 PM, Tom Lane wrote:
> Jeroen Ooms writes:
>> I maintain static libraries for libpq for the R programming language
>> (we need static linking to ship with the binary packages).
>
> How do you get that past vendor packaging policies? When I worke
I maintain static libraries for libpq for the R programming language
(we need static linking to ship with the binary packages).
Unfortunately currently the standard postgres makefile only generates
a shared library for libpq, not a static one.
In order to make a static library I always manually ed