From: | Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> |
---|---|
To: | Franck Martin <franck(at)sopac(dot)org> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Re: RC3 ... and rpms... |
Date: | 2001-04-07 11:59:39 |
Message-ID: | 3ACF012B.61565FF7@wgcr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Franck Martin wrote:
> I have no idea if what I say is true about the PG distribution by PG people, but
> I have noticed than in the rpms of other distros the postgresql-devel rpms do not
> include all the .h files necessary to build PG extensions. For instance the
> rtree.h and itup.h and gist.h headers are missing. Could you please ensure that
> all the headers are taken into account when you write your spec file.
The RPMs now (as of 7.1beta4) use the 'make install-all-headers'
incantation to generate the development headers. If this doesn't get
the headers you need, then install-all-headers needsto be modified to
really install ALL headers.
With my latest RC3 RPM's (which I am preparing to upload to the
PostgreSQL ftp server sometime this morning, once I get some other
reorganization done and some contrib stuff built), I get the following
results:
[root(at)utility i386]# rpm -ql postgresql-devel|grep gist
/usr/include/pgsql/access/gist.h
/usr/include/pgsql/access/gistscan.h
/usr/include/pgsql/access/giststrat.h
[root(at)utility i386]# rpm -ql postgresql-devel|grep rtree
/usr/include/pgsql/access/rtree.h
[root(at)utility i386]# rpm -ql postgresql-devel|grep itup
/usr/include/pgsql/access/itup.h
[root(at)utility i386]#
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11
From | Date | Subject | |
---|---|---|---|
Next Message | Lamar Owen | 2001-04-07 12:04:30 | Re: Re: RC3 ... |
Previous Message | Oliver Elphick | 2001-04-07 09:15:51 | createlang patch |