On Tue, 21 Dec 2004, Frank Bagehorn wrote: > Well rx.c initializes it, but the rx code declares it as an external > variable in rx_globals.h > EXT pthread_key_t rx_thread_id_key; EXT is not extern. EXT is a macro. rx_globals.c should define EXT to ""