> It seems like some sort of bad build on my part. The package in woody > I don't think has changed since the previous build. Hmm.
What package version did you use from woody? ldd on your binary gives 'not a dynamic executable'. objdump needs the -m flag to do anything with the file (so the ELF header doesn't contain the requried info anymore). Even then, the relocation info is totally hosed (that might be a side effect of the broken ELF header) and I can't really make out where the text section is supposed to start. Whatever magic you did instead of copying the file to the target directory - it backfired. Michael