On Sat, Apr 5, 2008 at 12:24 AM, _why <[EMAIL PROTECTED]> wrote: > On Sat, Apr 05, 2008 at 12:16:51AM +0100, Tim Inman wrote: > > You are not going to believe this but I had just figured it out and was > > composing a new email on the subject. > > Fantastic. Then it's true what they say. The universe is at one. > > > /usr/bin/ld: cannot find -lruby > > collect2: ld returned 1 exit status > > make: *** [dist/libshoes.so] Error 1 > > Would you mind send me the output of: > > ruby -rrbconfig -e 'puts Config::CONFIG["LIBRUBYARG_SHARED"]' >
-lruby1.8 Debian Etch 4.0 here, same error. Changing the Makefile line 13 from -lruby to -lruby1.8 makes all compile fine, but wont run. It is created inside /dist, shoes.launch and shoes-bin $ ./shoes-bin ./shoes-bin: error while loading shared libraries: libshoes.so: cannot open shared object file: No such file or directory $ ./shoes.launch ./shoes.launch: line 7: ./../lib/shoes/shoes-bin: No such file or directory -- pedro mg http://blog.tquadrado.com
