1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

Clarify description of --enable-dynamic-linking.

This commit is contained in:
Jim Blandy 1997-05-26 18:07:16 +00:00
parent 075edbde62
commit c30f75e8dd

View file

@ -59,9 +59,12 @@ libguile.a. That is, you should pass the switches -lguile -qt to your
linker. Coop threads are not yet thoroughly tested; once they are,
they will be enabled by default.
--enable-dynamic-linking --- Build a Guile executable and library that
supports dynamic linking, on systems that support it. This feature is
not yet thoroughly tested; once it is, it will be enabled by default.
--enable-dynamic-linking --- Build a Guile executable and library
providing Scheme functions which can load a shared library and
initialize it, perhaps thereby adding new functions to Guile. This
feature is not yet thoroughly tested; once it is, it will be enabled
by default. This option has no effect on systems that do not support
shared libraries.
--disable-shared --- Do not build shared libraries. Normally, Guile
will build shared libraries if your system supports them. Guile