Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

libpqdll.lib

Question posted by: Tony O'Bryan (Guest) on August 17th, 2006 03:15 PM
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?

Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
jasen's Avatar
jasen
Guest
n/a Posts
August 20th, 2006
04:05 AM
#2

Re: libpqdll.lib
On 2006-08-17, Tony O'Bryan <TO'Bryan@greenecountymo.orgwrote:
Quote:
Originally Posted by
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's Avatar
Tony O'Bryan
Guest
n/a Posts
August 21st, 2006
03:35 PM
#3

Re: libpqdll.lib
jasen wrote:
Quote:
Originally Posted by
Quote:
Originally Posted by
>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.


 
Not the answer you were looking for? Post your question . . .
184,013 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors