[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby not seeing readline on sparc64-sun-solaris2.8

Jim Freeze

1/30/2006 9:09:00 PM

Hi

I can't seem to get ruby 1.8.4 to see lib readline. I have compiled readline in
directory X.

% cd X
% ls include/readline/
chardefs.h history.h keymaps.h readline.h rlconf.h rlstdc.h
rltypedefs.h tilde.h
% ls lib/
libhistory.a libhistory.so libhistory.so.5 libreadline.a
libreadline.so libreadline.so.5

I have set CFLAGS, CPPFLAGS and LDFLAGS to X/include and X/lib, but
the extension
just doesn't see the files. I have even added these directories to
extconf.rb and
still not luck.

Any ideas?

--
Jim Freeze