From: Nobuyoshi Nakada Date: 2008-10-02T03:40:47+09:00 Subject: Re: Multiple C-Extensions with mkmf Hi, At Thu, 2 Oct 2008 00:41:33 +0900, Paul Brannan wrote in [ruby-talk:316603]: > Ruby loads extensions with RTLD_GLOBAL, so you should be able to access > exported symbols in another extension if you require that extension > using rb_require(). Don't rely on it, since it's not possible on all platforms. -- Nobu Nakada