its-pointless
its-pointless
Android isn;t defined as an option but its easy to add `defined(__ANDROID__)`. https://github.com/its-pointless/gcc_termux/tree/master/R-patches i will be putting any patches needed for r stuff there.
yeah i probably should of added more documentation. First thing install gcc-6 should install libgfortran. but if its not listed as a dep thats my fault. Second point because clang...
Yeah issue with stringi is that it uses libicu-dev which needs cxxflags -std=c++11 to work if i remember correctly. Quickest solution is to use command setupgcc-6, build and install stringi...
Also `export CONFIG_SHELL=$PREFIX/bin/sh` helps.
currently its only for arm and aaarch64. Since its compiled on device since R no longer support cross compiling. Is your device x86? when you do apt update could you...
Selinux is used in android. how this information helps i do not know.
done it myself..
I have it running on termux wirhout a chroot linux on x86_64 and i686
Its on my repo with instructions to add it so its downloadable via apt its-pointless/gcc_termux. I have a branch able to be built on android ( its missing some libuv...
apt install bthread its a library that provides pthread cancel I will update dependences at some point ...