Compiling on Termux

Поиск
Список
Период
Сортировка
От David Fetter
Тема Compiling on Termux
Дата
Msg-id 20181221185622.GS416@fetter.org
обсуждение исходный текст
Ответы Re: Compiling on Termux  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
Folks,

I'm trying to compile master (c952eae52a33069e2e92d34f217b43d0eca3d7de)
on Termux, using the supplied settings, as follows.

pg_config --configure | xargs ./configure > configure.out 2>configure.err
make -j 4 > make.out 2> make.err

There appears to be some confusion somewhere about sync_file_range,
namely that it's found by ./configure and then not found in make.

What should I be poking at to make this work?

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Вложения

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: slow queries over information schema.tables
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Compiling on Termux