(use-modules (ice-9 readline)) (activate-readline)
I am getting the following error.
While compiling expression:
no code for module (ice-9 readline)
;;; <stdin>:1:31: warning: possibly unbound variable `activate-readline'
<unnamed port>:1:31: In procedure module-lookup: Unbound variable: activate-readline
I tried installing readline-common and libreadline-dev. But the problem still persists.
Can anybody help me?