This is a discussion on BUG #3863: libpq.lib missing within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 3863 Logged by: Email address: izm_ka@rambler.ru PostgreSQL version: 8.3 RC1 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following bug has been logged online: Bug reference: 3863 Logged by: Email address: izm_ka@rambler.ru PostgreSQL version: 8.3 RC1 Operating system: Windows Description: libpq.lib missing Details: Previous versions of the Postgres had libpq.lib file in $(PSQLSRC)\lib\ms folder. I can no longer find the lib file in either 8.2.5 or 8.3 RC1. ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| On 09/01/2008, izm_ka@rambler.ru <izm_ka@rambler.ru> wrote: > > The following bug has been logged online: > > Bug reference: 3863 > Logged by: > Email address: izm_ka@rambler.ru > PostgreSQL version: 8.3 RC1 > Operating system: Windows > Description: libpq.lib missing > Details: > > Previous versions of the Postgres had libpq.lib file in $(PSQLSRC)\lib\ms > folder. I can no longer find the lib file in either 8.2.5 or 8.3 RC1. In 8.3 it's directly in the lib directory. thats because the whole thing is built with VC++ now, so it's the default rather than an alternative to the mingw libraries. If it's missing in 8.2.5, my guess is that you didn't select the Development Files option when you installed. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |