Re: I can't find libpq.lib

From: Dave Page <dpage(at)postgresql(dot)org>
To: Cui Shijun <rancpine(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: I can't find libpq.lib
Date: 2007-05-09 11:49:13
Message-ID: 4641B539.8080605@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Cui Shijun wrote:
> Hi
> I've been trying to compile the latest pgadmin3 on windows. I
> installed PostgreSQL8.2 to %PGDIR%, but when I use vc++ 2005 to compile
> pgadmin, it can't find libpq.lib.
> libpq.lib is under my $PGDIRC/lib/ms, I don't understand why it can't
> be found.

Copy libpq.lib into %PGDIR%\lib

With PostgreSQL 8.3 it'll be there by default, but for older versions
you'll need to copy it.

Regards, Dave.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Leszek Trenkner 2007-05-09 12:38:24 Re: build environment
Previous Message Cui Shijun 2007-05-09 11:28:40 I can't find libpq.lib