Hi,

anyone any idea how to fix the dynamic ruby support in vim?

now i get:
  gcc   -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -
rdynamic -Wl,-export-dynamic  -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE  
-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -L/usr/local/lib -
Wl,--as-needed   -o vim objects/buffer.o objects/blowfish.o objects/charset.o 
objects/diff.o objects/digraph.o objects/edit.o objects/eval.o 
objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o 
objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o 
objects/hardcopy.o objects/hashtab.o  objects/if_cscope.o objects/if_xcmdsrv.o 
objects/mark.o objects/memline.o objects/menu.o objects/message.o 
objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o 
objects/normal.o objects/ops.o objects/option.o objects/os_unix.o 
objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o 
objects/screen.o objects/search.o objects/sha256.o objects/spell.o 
objects/syntax.o  objects/tag.o objects/term.o objects/ui.o objects/undo.o 
objects/version.o objects/window.o  objects/if_lua.o  objects/if_perl.o 
objects/if_perlsfio.o objects/if_python.o objects/if_python3.o  
objects/if_ruby.o     objects/main.o objects/memfile.o       -lm -lncurses -
lelf    -lacl -lattr -lgpm -ldl    -Wl,-E -Wl,-
rpath,/usr/lib/perl5/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-
z,relro,--hash-style=gnu -fstack-protector -L/usr/local/lib  -
L/usr/lib/perl5/core_perl/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread 
-lc       
objects/if_ruby.o: In function `buffer_s_aref':
if_ruby.c:(.text+0x88d): undefined reference to `rb_fix2int'
if_ruby.c:(.text+0x8c9): undefined reference to `rb_num2int'
objects/if_ruby.o: In function `window_s_aref':
if_ruby.c:(.text+0xc5d): undefined reference to `rb_fix2int'
if_ruby.c:(.text+0xca9): undefined reference to `rb_num2int'
objects/if_ruby.o: In function `window_set_width':
if_ruby.c:(.text+0xd8d): undefined reference to `rb_num2int'
if_ruby.c:(.text+0xdb9): undefined reference to `rb_fix2int'
objects/if_ruby.o: In function `window_set_height':
if_ruby.c:(.text+0xdfd): undefined reference to `rb_num2int'
if_ruby.c:(.text+0xe29): undefined reference to `rb_fix2int'
objects/if_ruby.o: In function `window_set_cursor':
if_ruby.c:(.text+0xea2): undefined reference to `rb_num2uint'
collect2: fout: ld gaf exit-status 1 terug
link.sh: Linking failed
make[1]: *** [vim] Fout 1

with --enable-rubyinterp=dynamic

thx

--Ike

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to