Re: [GENERAL] PGSQL C Interface

From: Karel Zak - Zakkr <zakkr(at)zf(dot)jcu(dot)cz>
To: Dale Anderson <danderso(at)crystalsugar(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] PGSQL C Interface
Date: 1999-11-30 15:32:43
Message-ID: Pine.LNX.3.96.991130163050.26151F-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 30 Nov 1999, Dale Anderson wrote:

> When compiling the test C program for Postgres, I get the following errors. Can anyone help me with what the error might be. I have included th error message when compiling, and the source code ofr the tes.
>
> Thanks in advance,
> Dale.
>
> $ gcc -I/usr/include/pgsql dba.c -o dba

gcc -I/usr/include/pgsql dba.c -o dba -lpq
^^^^
The gcc need libs for compilation.

Karel

In response to

Browse pgsql-general by date

  From Date Subject
Next Message kaiq 1999-11-30 15:42:47 Re: [GENERAL] Executing external scripts
Previous Message Dale Anderson 1999-11-30 15:00:55 PGSQL C Interface