Re: [GENERAL] PGSQL C Interface - Mailing list pgsql-general

From Karel Zak - Zakkr
Subject Re: [GENERAL] PGSQL C Interface
Date
Msg-id Pine.LNX.3.96.991130163050.26151F-100000@ara.zf.jcu.cz
Whole thread Raw
In response to PGSQL C Interface  ("Dale Anderson" <danderso@crystalsugar.com>)
List 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
errormight 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


pgsql-general by date:

Previous
From: "Dale Anderson"
Date:
Subject: PGSQL C Interface
Next
From: Ed Loehr
Date:
Subject: Re: [GENERAL] Sorting a table...