l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver <m...@netris.org> skribis: > >> IMO, the best solution is to check for the presence of ELF headers >> ourselves. We already have ELF code in Guile master. > > Yes, that sounds good. Instead of relying on Guile’s ELF code, perhaps > it would be enough to check for the presence of the ELF magic bytes?
Agreed. The test need not be perfect, because the worst that can happen is an _occasional_ warning from 'strip', which really will be harmless :) Thanks, Mark