libpqdll.lib

View: New views
2 Messages — Rating Filter:   Alert me  

libpqdll.lib

by Tony O'Bryan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?


---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Re: libpqdll.lib

by Peter Eisentraut-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tony O'Bryan wrote:
> I used MinGW + MSys to compile PostgreSQL 8.1.4 using the sequence:

Seeing that this has nothing to do with Cygwin, you may have better luck
on another list.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster