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

MinGW/MSys and libpqdll.lib



I used MinGW + MSys to compile PostgreSQL 8.1.4 using the sequence:

./configure --no-zlib
make
make install

I am now trying to compile the Qt 3.3 PostgreSQL driver, which needs libpqdll.lib. However, the PostgreSQL build process did not create a libpqdll.lib,
though it built libpq.dll just fine.

Did I miss a step to get libqpdll.lib built?




Home | Main Index | Thread Index

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