From: Nobuyoshi Nakada Date: 2007-04-20T13:26:15+09:00 Subject: Re: embedding interpreter --- how to load ext's? Hi, At Fri, 20 Apr 2007 09:29:45 +0900, Josh Steiner wrote in [ruby-talk:248508]: > i'm using the msvcr80-ruby18-static.lib and compiled it with "configure > --with-static-linked-ext" static.lib doesn't obtain extensions. You'll see ext/stringio/stringio.lib and so on after compiled with static-linked-ext, and need to link them. -- Nobu Nakada