Can't link to libpq - Mailing list pgsql-general

From Jim Morcombe
Subject Can't link to libpq
Date
Msg-id 007401c22eeb$a3344820$526567cb@BYRONICS
Whole thread Raw
Responses Re: Can't link to libpq
Re: Can't link to libpq
List pgsql-general
I have posted this on the Novice Mailing list without getting a resolution.  Can anyone here help me?
 
I have started at the beginning of the PostSQL 7.2 Programmer's Guide and have typed in part of example 1.1 on page 23.
 
I have followed the instructions in section 1.12 for building the program.
 
The program compiles cleanly using the instructions in the manual :
    cc -I/usr/local/pgsql/include jim.c
 
I then compile it with the instruction
    cc -o jim jim.o -L/usr/local/pgsql/lib -lpq
 
However, I get the following errors:
 
Undefined symbol
PQfinish
PQsetdbLogin
pqstatus
fprint
PQerrorMessage
 
The manual says this occurs if I forgot the -lpq option, which I have not done.
 
I am using SCO Unix.
 
Can anyone help me?
 
Jim Morcoombe
 

pgsql-general by date:

Previous
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: Multi-Versions and Vacuum
Next
From: stefan@extum.com
Date:
Subject: id and ID in CREATE TABLE