From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | The Hermit Hacker <scrappy(at)hub(dot)org> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Changes to handling version numbers internally |
Date: | 2000-07-08 00:09:51 |
Message-ID: | Pine.LNX.4.21.0007080126250.587-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The Hermit Hacker writes:
> that is what I'm kinda asking for ... maybe some POSTGRES/etc directory
> can be created, or create a file under lib that just contains that one
> command?
>
> think about Lamar's RPMs ... might not be many that would, but some might
> like to be able to look at a file and see what args he used to configure
> it, in case they want to keep what is currently there, but add an option
> that he didn't put in ...
Good point. (Although the RPMs do way too much custom patching right now
for this to be very useful.)
Someone recently asked for a utility along the lines of gnome-config so
they can get the installation paths for the libraries and include files
for their package. Maybe we can work the configure command line into that.
$ pg-config --includedir
/usr/local/pgsql/include
$ pg-config --libdir
/usr/local/pgsql/lib
$ pg-config --configure
--enable-debug --with-CXX
Comments?
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-07-08 00:09:57 | Something's not (de)compressing right... |
Previous Message | Peter Eisentraut | 2000-07-08 00:09:46 | Re: SQL float types |