Connecting Tech Pros Worldwide Forums | Help | Site Map

libpqdll.lib

Tony O'Bryan
Guest
 
Posts: n/a
#1: Aug 17 '06
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?


jasen
Guest
 
Posts: n/a
#2: Aug 20 '06

re: libpqdll.lib


On 2006-08-17, Tony O'Bryan <TO'Bryan@greenecountymo.orgwrote:
Quote:
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?
I think ypu need to build libpqdll.dll to get libpqdll.lib

Bye.
Jasen
Tony O'Bryan
Guest
 
Posts: n/a
#3: Aug 21 '06

re: libpqdll.lib


jasen wrote:
Quote:
Quote:
>Did I miss a step to get libqpdll.lib built?
>
I think ypu need to build libpqdll.dll to get libpqdll.lib
Thanks for the reply. I discovered that MinGW creates libpq.a (obvious in
retrospect), which is used instead of libpqdll.lib.

It's all working now.

Closed Thread