From: Eric Hodel Date: 2007-05-31T06:14:33+09:00 Subject: Re: symbol lookup error On May 30, 2007, at 13:00, Audun Skaugen wrote: > http://pastebin.ca/523445 > > I compiled with: > > gcc -fPIC -I /usr/lib/ruby/1.8/i486-linux -I /usr/include/ode -g - > O2 -c > ode_world.c -o world.o > cc -shared -o world.so world.o -lc Shouldn't there be a -lode in here somewhere? > After compiling I fired up irb and ran a require("world"), then called > ODE::World.new. After which irb quitted, reporting: > > irb: symbol lookup error: ./world.so: undefined symbol: dWorldCreate PS: RubyInline is even cooler.