From: Nobuyoshi Nakada Date: 2007-04-21T22:46:37+09:00 Subject: Re: embedding interpreter --- how to load ext's? Hi, At Sat, 21 Apr 2007 04:58:04 +0900, Josh Steiner wrote in [ruby-talk:248581]: > ahh, thanks for the reply. That makes sense. I am now linking > stringio.lib into my executable, but still i get > > "no such file to load -- stringio" You need ext/extinit.obj too, to initialize statically linked extensions. -- Nobu Nakada