Re: Changes to handling version numbers internally

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Changes to handling version numbers internally
Дата
Msg-id Pine.LNX.4.21.0007080126250.587-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Changes to handling version numbers internally  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: Changes to handling version numbers internally  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Changes to handling version numbers internally  (The Hermit Hacker <scrappy@hub.org>)
Список 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@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Something's not (de)compressing right...
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...