Nevermind. I solved that problem. Don't ask :) doing a make install right now....hold on..... Everything works!! Jim, can you give us more info about your problem? -----Original Message----- From: ts [mailto:decoux / moulon.inra.fr] Sent: Friday, December 06, 2002 9:35 AM To: ruby-talk / ruby-lang.org Cc: ruby-talk / ruby-lang.org; ruby-core / ruby-lang.org Subject: Re: irb aborts in 1.7.3 on Solaris >>>>> "G" == Garriss, Michael <Michael.Garriss / abacus-direct.com> writes: G> readline.c: In function `readline_attempted_completion_function': G> readline.c:122: `rl_attempted_completion_over' undeclared (first use in this G> function) nasun% grep VERSION /usr/local/include/readline/* /usr/local/include/readline/readline.h:#define RL_READLINE_VERSION 0x0403 /* Readline 4.3 */ /usr/local/include/readline/readline.h:#define RL_VERSION_MAJOR 4 /usr/local/include/readline/readline.h:#define RL_VERSION_MINOR 3 nasun% nasun% grep rl_atte /usr/local/include/readline/* /usr/local/include/readline/readline.h:extern rl_completion_func_t *rl_attempted_completion_function; /usr/local/include/readline/readline.h:extern int rl_attempted_completion_over; nasun% Guy Decoux