"James K. Lowden" <jklowden%schemamania.org@localhost> writes: > $ nm interrupt.o | grep siglongjmp > U siglongjmp IIRC, clang handles siglongjmp specially and some version of clang fails symbol renaming of it. I guess you can rename symbol using objcopy. enami.