install.pl has the lines
say "Running Readline 'configure' in quiet mode, and then make...";
system("./configure --quiet");
system("make");
remove the --quiet
My test on a 5.8 system seems to have worked. It does use gcc.
Eric Greisen