>>>>> "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 


Guy Decoux