Re: load-foreign-library from LIBRARY_PATH

2025-01-01 Thread Developers list for Guile, the GNU extensibility library
Felix Lechner via "Developers list for Guile, the GNU extensibility library" writes: Hi > So I understand that not all Guile extensions are regular shared > libraries, but shouldn't load-foreign-library at least look in > LD_LIBRARY_PATH? It does. It is mentioned in 6.19.1 Foreign Libraries

load-foreign-library from LIBRARY_PATH

2024-12-31 Thread Developers list for Guile, the GNU extensibility library
Hi, So I understand that not all Guile extensions are regular shared libraries, but shouldn't load-foreign-library at least look in LD_LIBRARY_PATH? I find it a bit odd to always set GUILE_EXTENSIONS_PATH. After all, not all foreign libraries are also Guile extensions. Thanks! Kind regards Fel