I followed this blog post to compile gvim with ruby support. However, when I make
, I get this error:
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
link.sh: Linking failed
make[1]: *** [vim] Error 1
make[1]: Leaving directory `/home/ramon/vim/src'
make: *** [first] Error 2
I searched around for people who had this problem, and couldn't find any. This guy just changed computers altogether.
And yes, I have ruby:
$ ruby -v
ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-linux]
What do I do?