Compiling on Termux - Mailing list pgsql-hackers

From David Fetter
Subject Compiling on Termux
Date
Msg-id 20181221185622.GS416@fetter.org
Whole thread Raw
Responses Re: Compiling on Termux  (Thomas Munro <thomas.munro@enterprisedb.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: slow queries over information schema.tables
Next
From: Thomas Munro
Date:
Subject: Re: Compiling on Termux