Connecting Tech Pros Worldwide Help | Site Map

libpqdll.lib

  #1  
Old August 17th, 2006, 04:15 PM
Tony O'Bryan
Guest
 
Posts: n/a
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?

  #2  
Old August 20th, 2006, 05:05 AM
jasen
Guest
 
Posts: n/a

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
  #3  
Old August 21st, 2006, 04:35 PM
Tony O'Bryan
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Not able to build libpq for Windows using 8.0.0 beta1 Vidyasagara Guntaka answers 0 November 23rd, 2005 01:47 AM
Problems with building libpq for windows Vidyasagara Guntaka answers 0 November 23rd, 2005 01:46 AM
Need Libpq.dll w/ SSL Otto Blomqvist answers 1 November 23rd, 2005 01:26 AM
A strange Vacuum error ... Dave Smith answers 3 November 22nd, 2005 08:47 AM