Gems with static user action code die with SIGILL
Gem executables statically liked with user action code (as described in
the GemBuilder for C manual, Appendix C) die with SIGILL, illegal
instruction.
Workaround:
Use dynamically linked user action libraries, as described in the
GemBuilder for C manual, Chapter 3.