On Mon, Jul 21, 2003 at 06:11:58AM -0700, Sagine E.Ferrus wrote:
> and here is the error message:
>
> [Linker Error] Unresolved external '_PQconnectdb' referenced from testing.Obj
Since libpq++ uses libpq (as does the new C++ interface, libpqxx) you'll
need to link with libpq as well.
Jeroen