Re: Statically linking ICU with Postgres

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Statically linking ICU with Postgres
Дата
Msg-id CAB7nPqSKt=wucZR7N25o2jztWmdspkpDhYoO421MozuFWLggmg@mail.gmail.com
обсуждение исходный текст
Ответ на Statically linking ICU with Postgres  (leoaaryan <leoaaryan@gmail.com>)
Ответы Re: Statically linking ICU with Postgres  (leoaaryan <leoaaryan@gmail.com>)
Список pgsql-hackers
On Tue, Dec 19, 2017 at 12:10 PM, leoaaryan <leoaaryan@gmail.com> wrote:
> I can see libicu*.a in the directory /leoaaryan/postgres-10/lib. But I'm not
> able to make the postgres source code with it.
> ./configure --prefix=/leoaaryan/postgres-10 ... --with-icu
> ICU_CFLAGS="-I/leoaaryan/postgres-10/include"
> ICU_LIBS="-L/leoaaryan/postgres-10/lib"
>
> Is there a way to link ICU library to Postgres statically?

Why would you want to do that? This does not improve the user
experience and you are asking for more pain with your package
management by not relying on what the OS provides.
-- 
Michael


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

Предыдущее
От: leoaaryan
Дата:
Сообщение: Statically linking ICU with Postgres
Следующее
От: David Rowley
Дата:
Сообщение: Re: [HACKERS] path toward faster partition pruning