Closed kurokirasama closed 2 years ago
export LD_LIBRARY_PATH=$PREFIX/lib
fixed it.
i meet such issue before. need install gcc-8 not gcc-10. run below command.
pkg install libgomp-8 gcc-8 libgfortran5
termux-setupgcc-8
termux-setupclang-gfort-8
yeah, I forgot to mention that when I closed the issue...
Hello, I'm trying to install R 4.2.0 in termux. After searching around, I got to here. I'm trying to follow the instructions, but the libraries libgomp-10 gcc-10 are not available.
A
pkg search
tells me that are only available: libgomp-7 y 8, gcc 6-8.I did follow all steps till here.
EDIT: I still tried to do it with what I had but I got this error:
EDIT2: I installed
lfortran
and now I'm getting this error:in the log, this is the error:
I checked and
zlib
is installed andlibz.so.1
is in$PREFIX/lib