On Tue, Jan 22, 2019 at 2:41 AM Tony Cook via RT <perlbug-followup@perl.org> wrote: > > It looks like something is wrong with your build environment. > > The libandroid-support langinfo.h uses the nl_item type: > > https://github.com/termux/libandroid-support/blob/08ad732aa81f0109410c362eb817fbac50c73b06/include/langinfo.h#L105 > > as does the bionic header: > > https://github.com/aosp-mirror/platform_bionic/blob/822326db922ac5d0e4dea8cff1d774e8f04db94a/libc/include/langinfo.h#L95 > > Could you please attach the complete config.sh generated by Configure? config.sh attached. This was generated by following the "Native Builds" instructions in README.android (which are for CCTools not Termux, but seemed like a good place to start): export SYSROOT=/data/data/com.termux/files export LD_LIBRARY_PATH="$SYSROOT/lib:`pwd`:`pwd`/lib:`pwd`/lib/auto:$LD_LIBRARY_PATH" sh Configure -des -Dsysroot=$SYSROOT -Alibpth="/system/lib /vendor/lib" -Dusedevel Thanks.Thread Previous | Thread Next