Re: Trouble linking with libpq

From: lbayuk(at)mindspring(dot)com (ljb)
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Trouble linking with libpq
Date: 2001-10-07 00:50:00
Message-ID: 9po8ro$1td5$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

rsprawls(at)telocity(dot)com wrote:
>Hi,
> I've tried for about two days now and I'm just not seeing whats wrong. I
>used standard installation so the lib directory is /usr/local/pgsql/lib and
>I'm using -llibpq, but for some odd reason, the linker is not seeing libpq.
>Can someone point out where I'm going wrong? If you need more info, I can
>post a clipped version of the makefile, but this happens when doing
>command-line as well.

Use -lpq not -llibpq. Blame history for this weirdness.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message pooja agarwal 2001-10-07 06:05:59 normalization problem
Previous Message Robert J. Sprawls 2001-10-06 04:57:42 Trouble linking with libpq