Relative Content

Tag Archive for androidclinuxmakefiletermux

I can’t compile a C project in Termix on android, what should I do?

I’m trying to compile this C code project : https://github.com/msantos/sods
it seems successfull using Ubuntu, Debian, Kali Linux and the others, but in Android on Termux it doesn’t succeed as when I execute the make command, I get an error that libresolv.a is not found, I have realized that libresolv.a exists only in some Linux extensions like Debian, but it’s not the same situation for android, the configure file doesn’t even have a specific configuration for android, and now I’m confused because I didn’t find an alternative for this libresolv.a in android, any solutions ?