Libpq error: Undefined symbols ? - Mailing list pgsql-novice

From Stéphane Pinel
Subject Libpq error: Undefined symbols ?
Date
Msg-id 7F36C15A-4125-11D7-B533-000A27AFF5D2@noos.fr
Whole thread Raw
Responses Re: [INTERFACES] Libpq error: Undefined symbols ?
List pgsql-novice
Trying to compile one of the libpq sample from the postgresql website,
I get this error :

"ld: Undefined symbols:
_PQclear
_PQerrorMessage
_PQexec
_PQfinish
_PQfname
_PQgetvalue
_PQnfields
_PQntuples
_PQresultStatus
_PQsetdbLogin
_PQstatus"

I can't figure out why ?

MacOS X 10.2.4
PostgreSQL 7.3

Thanks

------------------------------------------------------------------------
---
Stéphane
iChat/AIM: s.pinel
------------------------------------------------------------------------
---

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Importing Postgres 7.1.1 DBs into Postgres 7.3.2
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] Libpq error: Undefined symbols ?