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