| From: | Jim Morcombe <jim(at)seekchrist(dot)org> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Can't build libpq test example |
| Date: | 2005-02-07 08:07:41 |
| Message-ID: | 36olufF5110hvU1@individual.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Can anyone help me with this problem?
I have installed postgresql-7.2.1 and am trying to compile one of the
test programs from the directory src/test/examples.
I am running an old version of SCO Openserver 5
I am using the following command:
cc testlibpq.c -I/usr/local/pgsql/include -L/usr/local/pgsql/lib -lpq
-otestlibpq
I receive the following error messages:
undefined first referenced
symbol in file
PQfinish testlibpq.o
PQsetdbLogin testlibpq.o
PQstatus testlibpq.o
PQerrorMessage testlibpq.o
PQexec testlibpq.o
PQresultStatus testlibpq.o
PQclear testlibpq.o
PQnfields testlibpq.o
PQfname testlibpq.o
PQgetvalue testlibpq.o
PQntuples testlibpq.o
ld fatal: Symbol referencing errors. No output written to testlibpq
| From | Date | Subject | |
|---|---|---|---|
| Next Message | sid tow | 2005-02-07 08:54:38 | Re: Problem with the sequence |
| Previous Message | Greg Stark | 2005-02-06 21:31:49 | Re: [pgsql-advocacy] MySQL worm attacks Windows servers |