Re: postgres.h missing? (fwd)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thalis A(dot) Kalfigopoulos" <thalis(at)cs(dot)pitt(dot)edu>
Cc: Vince Vielhaber <vev(at)michvhf(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: postgres.h missing? (fwd)
Date: 2001-06-21 02:01:17
Message-ID: 11606.993088877@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Thalis A. Kalfigopoulos" <thalis(at)cs(dot)pitt(dot)edu> writes:
> So do I just copy it manually from src/include/ ?
>>
>> add -I/usr/local/pgsql/include and -L/usr/local/pgsql/lib

To do backend code development, you need to either add a -I pointing at
the source include tree, or do make install-all-headers.

If you are talking about client-side code, it probably shouldn't depend
on any of the backend-side headers.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paul Mamin 2001-06-21 03:57:49 Postgres is too slow?
Previous Message Thalis A. Kalfigopoulos 2001-06-21 01:34:11 Re: aggregate function for median calculation