tur
tur copied to clipboard
Where can I get provides libgcc_s.so.1
I have tried apt-file search but to no avail. This library is needed by a binary packed with GEKKO
~/.../gekko/bin $ ldd apm
libgfortran.so.5 => /data/data/com.termux/files/usr/lib/libgfortran.so.5
libm.so.6 => /data/data/com.termux/files/usr/lib/libm.so.6
libgcc_s.so.1 => not found
libc.so.6 => /data/data/com.termux/files/usr/lib/libc.so.6
libiconv.so => /data/data/com.termux/files/usr/lib/libiconv.so
libm.so => /data/data/com.termux/files/usr/lib/libm.so
libdl.so => /data/data/com.termux/files/usr/lib/libdl.so
libc.so => /system/lib64/libc.so
ld-android.so => /data/data/com.termux/files/usr/lib/ld-android.so
Termux doesn't use libgcc as compiler-rt, so not where to get libgcc_s.so. libgcc_s should have been provided as libgcc.a as TUR configure gcc with --disable-shared-library.
As always thanks for replying! So that means the static library cannot be used by this binary? One must get the .so
As always thanks for replying! So that means the static library cannot be used by this binary? One must get the
.so
I'm not sure where you got that binary. If you compile it using gcc from TUR then it should not be linked against libgcc_s.so.