guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

readline in wrong folder for 3.0.5 release?


From: Marius Ghita
Subject: readline in wrong folder for 3.0.5 release?
Date: Fri, 12 Feb 2021 03:00:11 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]