On Sun, Feb 5, 2023, at 7:20 PM, Mike Gran wrote:
> Yeah, around guile 3.0.7, it stopped using libltdl which
> would do that version number searching for you.  Now,
> all packages that make binary extensions need to be fixed
> to make version-less binary extensions.  That's something
> guile-ncurses needs to fix for itself.
>
<snipped>
>
> For guile-ncurses configure, if you add the option
>  --with-gnu-filesystem-hierarchy, it will try to be more strict
>  on where it installs, so that might help.
>
> Note that you'll probably need to
>  set GUILE_LOAD_PATH to point to the code
>  and GUILE_SYSTEM_EXTENSIONS_PATH to point to the libguile-ncurses.so.

Thanks so much!!!!!

--with-gnu-filesystem-hierarchy made "make install" install to where i set the 
--prefix.

I already have:
GUILE_LOAD_COMPILED_PATH=/home/wise/guile/lib/guile/3.0
GUILE_LOAD_PATH=/home/wise/guile/share/guile/site/3.0

But I'll know to try GUILE_SYSTEM_EXTENSIONS_PATH if the code doesn't load.

Thanks!
--
Paul

Reply via email to