I want to make a code compiler/executor for Android but I don't know how to link libraries in command line, I saw that they use /system/bin/linker64 in some places but I don't know how to use this program.
In short, can anyone tell me how to use /system/bin/linker64? Or at least can anyone tell me I can link libraries in some other way? Thanks.