Hello, I've downloaded the guile-3.0.5 release tar.gz and built the release (without any configure flags), and no `make install` call. When I try to load readline, I get
scheme@(guile-user)> (use-modules (ice-9 readline)) While compiling expression: In procedure dynamic-link: file: "guile-readline", message: "file not found" The issue seems to be that readline is within the source_directory/guile-readline/ice-9, whereas all the other ice-9 modules are in source_directory/modules Is there a reason why they're separate? Additionally, could someone write a few more words in the documentation about the reasons: "Guile can use the GNU Readline library. This is not enabled by default because of licensing reasons" For me, it's confusing why GPL licensed software does not enable by default a GPL licensed library. Thanks