Can't link to libpq

From: "Jim Morcombe" <jim(at)byronics(dot)com(dot)au>
To: "pgsql novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Can't link to libpq
Date: 2002-07-16 03:51:41
Message-ID: 000001c22c7c$686f80e0$526567cb@BYRONICS
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have started at the beginning of the PostSQL 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

Browse pgsql-novice by date

  From Date Subject
Next Message Jim Morcombe 2002-07-16 03:59:57 Problems linking to libpq
Previous Message Peter Eisentraut 2002-07-15 22:54:36 Re: [SQL] Seeding