From: | Ismail Tiryaki <ismail(at)ibu(dot)edu(dot)tr> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | undefined reference to xxx |
Date: | 2001-01-31 07:43:50 |
Message-ID: | Pine.GSO.4.10.10101310942450.20751-100000@abant.ibu.edu.tr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi all,
I have joined this list newly, and I have some question this
question may be solved up to now
I wrote simple c source this is connect my postgresql database
but when I compile my source I see some errors this is listed below
gcc -g connect.c -o connec /usr/lib/libpg.a -I /usr/include/pgsql
/tmp/cc91os3S.o: In function `exit_nicely': /root/connect.c:7: undefined
reference to `PQfinish' /tmp/cc91os3S.o: In function `main':
/root/connect.c:17: undefined reference to `PQsetdbLogin'
/root/connect.c:18: undefined reference to `PQstatus' /root/connect.c:20:
undefined reference to `PQerrorMessage' collect2: ld returned 1 exit
status
How can I solve this problem?Please help me?
I look forward your message as soon as possible?
Please!
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Greer | 2001-01-31 07:54:56 | can't connect, strange error |
Previous Message | Justin Clift | 2001-01-31 05:30:37 | Re: Sizing of LARGE databases. |