Re: Location of client header files

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Timothy H(dot) Keitt" <Timothy(dot)Keitt(at)SUNYSB(dot)Edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Location of client header files
Date: 2000-11-08 19:55:37
Message-ID: Pine.LNX.4.21.0011082053511.1138-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Timothy H. Keitt writes:

> I need to compile a complete list of different locations to find
> "libpq-fe.h" in various PostgreSQL distributions so that I can
> automatically add the correct path when compiling a client application.
> Please post the location "libpq-fe.h" for your distribution and I will
> compile a list and post it back to pgsql-hackers.

Besides the default /usr/local/pgsql/include, good candidates are
/usr/include/pgsql (RPMs) and /usr/include/postgresql (Debian?). Future
versions will provide a program 'pg_config' in the style of gtk-config
that will print the actual installation directory.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-11-08 21:01:57 Re: problems with configure
Previous Message Bruce Momjian 2000-11-08 18:34:29 Re: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)