fluffy671% chicken-install retrieving ... checking dependencies for `readline' ... install order: ("readline") installing readline: ... changing current directory to . /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(extension-name-and-version '(\"readline\" \"\"))" readline.setup /usr/local/bin/csc -feature compiling-extension -setup-mode -s -o rlu-test rl-usable-test.scm -lreadline -lhistory -ltermcap ld: library not found for -lhistory collect2: ld returned 1 exit status Error: shell command terminated with non-zero exit status 256: gcc rlu-test.o -o rlu-test -m64 -bundle -lreadline -lhistory -ltermcap -L/usr/local/lib -lchicken -lm /usr/local/bin/csc -feature compiling-extension -setup-mode -s -o rlu-test rl-usable-test.scm -lreadline -lhistory -lcurses ld: library not found for -lhistory collect2: ld returned 1 exit status Error: shell command terminated with non-zero exit status 256: gcc rlu-test.o -o rlu-test -m64 -bundle -lreadline -lhistory -lcurses -L/usr/local/lib -lchicken -lm /usr/local/bin/csc -feature compiling-extension -setup-mode -s -o rlu-test rl-usable-test.scm -lreadline -lhistory -lncurses ld: library not found for -lhistory collect2: ld returned 1 exit status Error: shell command terminated with non-zero exit status 256: gcc rlu-test.o -o rlu-test -m64 -bundle -lreadline -lhistory -lncurses -L/usr/local/lib -lchicken -lm /usr/local/bin/csc -feature compiling-extension -setup-mode -s -o rlu-test rl-usable-test.scm -lreadline -ltermcap Undefined symbols: "_rl_refresh_line", referenced from: _main in rlu-test.o ld: symbol(s) not found collect2: ld returned 1 exit status Error: shell command terminated with non-zero exit status 256: gcc rlu-test.o -o rlu-test -m64 -bundle -lreadline -ltermcap -L/usr/local/lib -lchicken -lm /usr/local/bin/csc -feature compiling-extension -setup-mode -s -o rlu-test rl-usable-test.scm -lreadline -lcurses Undefined symbols: "_rl_refresh_line", referenced from: _main in rlu-test.o ld: symbol(s) not found collect2: ld returned 1 exit status Error: shell command terminated with non-zero exit status 256: gcc rlu-test.o -o rlu-test -m64 -bundle -lreadline -lcurses -L/usr/local/lib -lchicken -lm /usr/local/bin/csc -feature compiling-extension -setup-mode -s -o rlu-test rl-usable-test.scm -lreadline -lncurses Undefined symbols: "_rl_refresh_line", referenced from: _main in rlu-test.o ld: symbol(s) not found collect2: ld returned 1 exit status Error: shell command terminated with non-zero exit status 256: gcc rlu-test.o -o rlu-test -m64 -bundle -lreadline -lncurses -L/usr/local/lib -lchicken -lm /usr/local/bin/csc -feature compiling-extension -setup-mode -s -o rlu-test rl-usable-test.scm -lreadline -lhistory ld: library not found for -lhistory collect2: ld returned 1 exit status Error: shell command terminated with non-zero exit status 256: gcc rlu-test.o -o rlu-test -m64 -bundle -lreadline -lhistory -L/usr/local/lib -lchicken -lm /usr/local/bin/csc -feature compiling-extension -setup-mode -s -o rlu-test rl-usable-test.scm -lreadline Undefined symbols: "_rl_refresh_line", referenced from: _main in rlu-test.o ld: symbol(s) not found collect2: ld returned 1 exit status Error: shell command terminated with non-zero exit status 256: gcc rlu-test.o -o rlu-test -m64 -bundle -lreadline -L/usr/local/lib -lchicken -lm Error: This extension requires GNU readline. GNU readline may be found at ftp://ftp.gnu.org/pub/gnu/readline For more information, please consult http://chicken.wiki.br/readline#Installation%20problems. Call history: setup-api.scm: 245 run-verbose display display write-char/port ##sys#flush-output setup-api.scm: 246 $system setup-api.scm: 776 system setup-api.scm: 781 error <-- Error: shell command terminated with nonzero exit code 17920 "/usr/local/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e \"(im...