Thomas Monjalon, Oct 12, 2022 at 18:44: > OK for executable, > but can we expect .so to be always executable?
I think this is the default when linking. Whether dynamic libraries or executable programs. Also, the "must be executable" limitation only applies on the files specified on the command line. Perhaps this is acceptable? We can make it obvious in the docs and return an explicit error so that users are not confused.