mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 21:10:29 +02:00
Clarify description of --enable-threads.
This commit is contained in:
parent
a00c28cdbe
commit
873b9044b5
1 changed files with 6 additions and 2 deletions
8
INSTALL
8
INSTALL
|
@ -56,8 +56,12 @@ cooperative threading. If you use this switch, Guile will also build
|
||||||
and install the QuickThreads non-preemptive threading library,
|
and install the QuickThreads non-preemptive threading library,
|
||||||
libqt.a, which you will need to link into your programs after
|
libqt.a, which you will need to link into your programs after
|
||||||
libguile.a. That is, you should pass the switches -lguile -qt to your
|
libguile.a. That is, you should pass the switches -lguile -qt to your
|
||||||
linker. Coop threads are not yet thoroughly tested; once they are,
|
linker.
|
||||||
they will be enabled by default.
|
|
||||||
|
Coop threads are not yet thoroughly tested; once they are, they will
|
||||||
|
be enabled by default. The interaction with blocking I/O is pretty ad
|
||||||
|
hoc at the moment. In our experience, bugs in the thread support do
|
||||||
|
not affect you if you don't actually use threads.
|
||||||
|
|
||||||
--enable-dynamic-linking --- Build a Guile executable and library
|
--enable-dynamic-linking --- Build a Guile executable and library
|
||||||
providing Scheme functions which can load a shared library and
|
providing Scheme functions which can load a shared library and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue