From: Andrey G. G. <A.G...@in...> - 2023-09-12 11:08:20
|
Hello *, If you haven't heard it before, termux is a linux-like system running under android. It has usual development tools (bash, llvm/clang, make, autoconf, libtool and so on). I've downloaded the current reduce snapshot (r6590) to termux on my android tablet and run ./configure --with-csl --without gui It seems to run normally. Then I run make and got the output /data/data/com.termux/files/bin/sh scripts/make.sh MFLAGS=<> MKFLAGS=<> MAKECMDGOALS=<> args=<> Current machine tag is aarch64-unknown-linux-gnu Will build for cslbuild/*aarch64-unknown-linux-gnu*/csl Then, immediately, Reduce build tasks finished. Nothing has been built, in fact. Any ideas how to proceed? It would be interesting to have reduce as a termux packege which can be installed by anybody by "pkg install reduce". This could increase the number of reduce users. Andrey |