[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libreadline missing symbol



I ran into a problem building a new version of rscheme after upgrading
my readline libraries (the symbol single_quote is missing):

$ gcc -g -O2 -O2 -DNDEBUG -DINLINES -DGC_MACROS -Wall -Wno-unused '-DINSTALL_DIR="/home/osiris/rscheme-package/0.7.1-threaded/rscheme-0.7.1/src/../tmp-root"' -I. -I- -I/home/osiris/rscheme-package/0.7.1-threaded/rscheme-0.7.1/src/../tmp-root/include shell.o -o rs -L/home/osiris/rscheme-package/0.7.1-threaded/rscheme-0.7.1/src/../tmp-root/lib -lrs -L/usr/lib -lreadline -lm -ldl
/usr/lib/libreadline.so: undefined reference to `single_quote'
collect2: ld returned 1 exit status 

$ nm libreadline.a | grep single_quote

00000004 C single_quote_hook
000002b0 t hist_string_extract_single_quoted
         U single_quote
00000030 T rl_single_quote

Any help tracking this down would be appreciated.

Thanks
-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: