Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Generally - yes, it is better to recompile.
But this does not depend on the name of the distribution, but on the versions of specific libraries on which the project depends. Some version differences allow binary compatibility of dependent packages, some do not. Therefore, for each (compiled) binary package, the range of versions of the libraries on which it depends is always clearly stated. This means that the package has been tested on this range, works correctly and can be ported to any debian-based distribution provided that the versions of the libraries match, otherwise it will not install.
gcc ...-static... set the linker flag when compiling. Get a big binary with no dependencies if you're lucky.
Depends on the libraries the project is linked against. If we get lucky.
No, but there are many nuances. The most important are, of course, the bit depth and the presence of dependencies. The ldd command will help you determine the dependencies.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question