On Sat, 10 Feb 2001, ts wrote: > >>>>> "M" == Michael Neumann <neumann / s-direktnet.de> writes: > > M> I want to embed a Ruby interpreter. > M> Following program works only if "test.rb" do not > M> contain a require, which loads a dynamic library. > > Perhaps it can't resolve some symbols at runtime. On linux it work if the > file is compiled with -rdynamic > Thanks, that works for me. But there's also another way to do it, as David S. stated here: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/~poffice/mail/ruby-talk/9249 > > Guy Decoux > -- Michael Neumann