dbTalk Databases Forums  

libpqdll.lib

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss libpqdll.lib in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tony O'Bryan
 
Posts: n/a

Default libpqdll.lib - 08-17-2006 , 11:25 AM






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?


Reply With Quote
  #2  
Old   
jasen
 
Posts: n/a

Default Re: libpqdll.lib - 08-19-2006 , 10:25 PM






On 2006-08-17, Tony O'Bryan <TO'Bryan (AT) greenecountymo (DOT) org> wrote:
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


Reply With Quote
  #3  
Old   
Tony O'Bryan
 
Posts: n/a

Default Re: libpqdll.lib - 08-21-2006 , 11:45 AM



jasen wrote:

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.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.