its-pointless
its-pointless
apt reinstall r-cran-rcpp or if that doesm't work ln -s libiconv.so libgnuiconv.so . Its literally the same library.
https://github.com/its-pointless/gcc_termux/blob/master/R-patches/httpuv.patch download httpuv and extract it Apply patch R CMD INSTALL httpuv
missed this but the package may require patching.
its currently building in my android 6 x86_64 vm. See if i can get something
okay i got it to install on device. Moarvm and libtommath cross compiled from pc. Caveats MVM_SPESH_DISABLE=1 was used....
if you want to have a try at this iv put moarvm and libtommath packages on my repo github.com/its-pointless/gcc_termux readme for instructions...
I didn't need to link moarvm All I did was export MVM_SPESH_DISABLE=1 perl Configure.pl --backends=moar --gen-moar --prefix=$PREFIX --sysroot=$PREFIX make install
Also make sure libuv-dev is installed
oh you need atomic-ops-dev package forgot to upload that.... apt install libatomic-ops-dev sorry about that been doing about 5 different things at once
I got it to install just when it hangs stop and try make install again.