From: matz@... (Yukihiro Matsumoto) Date: 2003-10-03T08:29:51+09:00 Subject: Re: Strange Behavior Hi, In message "Strange Behavior" on 03/10/03, Todd Phillips writes: |The problem seems to be in c code calling ruby calling c code. |$ gcc -o simple -I/usr/lib/ruby/1.6/i386-linux/ simple.c |-L/usr/lib/ruby/1.6/i386-linux/ -lruby -ldl -lcrypt -lm On Linux, you need to specify -rdynamic, if you want to load extension from your program. matz.