From: Zudi Iswanto <zudi(at)dnet(dot)net(dot)id>
To: pgsql-hackers(at)postgresql(dot)org
Subject:
Date: 2001-07-26 09:55:14
Message-ID: 01072616591102.19283@zudi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear all ...
I have a postgres problem
I am developing application with c++
to connect to postgres SQL.

When I compiled my source.cc I found some error like this :

/tmp/ccy63XDd.o: In function `main':
/tmp/ccy63XDd.o(.text+0x70): undefined reference to `PQsetdbLogin'
/tmp/ccy63XDd.o(.text+0x91): undefined reference to `PQstatus'
/tmp/ccy63XDd.o(.text+0xc4): undefined reference to `PQerrorMessage'
collect2: ld returned 1 exit status

Please help me to fix the problem .....
Thank you for your attention ....

--
Zudi Iswanto

Responses

  • Re: at 2001-07-26 19:29:21 from Patrick Welche

Browse pgsql-hackers by date

  From Date Subject
Next Message John Gray 2001-07-26 10:15:10 Linking a shared library against a C function
Previous Message Zeugswetter Andreas SB 2001-07-26 07:18:36 AW: Re: Slow Performance in PostgreSQL