AW: YAML / Exerb problem

require ‘yaml’

puts [‘a’,‘b’,1,2].to_yaml

yields exactly that error.

i suppose exerb is not able to link dynamically. if i am wrong, please correct me.
if i am right - how can i work around ???
-Henon

hi,

the script i wrote runs smoothly but when i try to generate an executable with exerb trouble strikes.
i am getting this error message when executing the generated *.exe file.

uninitialized constant YAML::Syck::DefaultLoader
yaml.rb:14

i don’t know how to deal with this problem. i have tried to include all files in the yaml directory into the exerb receipe file allready, but it doesn’t

help.
also i made shure that syck.so is included in the *.rbc file.
now i don’t know what else to do.
any hints ??

thanks in advance,
-Henon