OK, the maintainer of the library helped me a bit: It was necessary to make a stub of implementation code for autoradio:
#include "keypad.h"
struct Keypad *keypad::kp;
It was the `struct`, which has been missing all the time.
And: The reference to libkeypad.a had to be included in OBJECTS .