Thread:

From
"Le The Viet"
Date:
I am being devolop postgreSQL on C (Linux), but when I   can not complier file.c  where will I seach library. help me

Re:

From
Darko Prenosil
Date:
On Tuesday 26 August 2003 03:45, Le The Viet wrote:
> I am being devolop postgreSQL on C (Linux), but when I   can not complier
> file.c  where will I seach library. help me

Which library ? libpq ?
PostgreSQL libs are installed in /usr/local/pgsql/lib
and headers in /usr/local/pgsql/include (by default).

Regards !