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:
parent
075edbde62
commit
c30f75e8dd
1 changed files with 6 additions and 3 deletions
9
INSTALL
9
INSTALL
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue