From: ts Date: 2001-03-21T00:53:07+09:00 Subject: [ruby-talk:12951] Re: ruby compile bombs >>>>> "R" == Ray Schneider writes: R> Here is where the compile dies when I run make: R> readline.c: In function `username_completion_proc_call': R> readline.c:352: `username_completion_function' undeclared (first use in this function) R> *** Error code 1 username_completion_function is declared in readline/readline.h, and defined in complete.c. In the cvsweb this is : http://www.openbsd.org/cgi-bin/cvsweb/src/gnu/lib/libreadline/readline.h http://www.openbsd.org/cgi-bin/cvsweb/src/gnu/lib/libreadline/complete.c Do you give the right directory for the include files ? Guy Decoux