summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-10-27 12:06:50 +0000
committerJim Blandy <jimb@red-bean.com>1998-10-27 12:06:50 +0000
commitdbdd0c16abe360cb9aa91c3d45be7bd91ead152d (patch)
treef7579fa3121a27a7675bfff1a977ccf53aef5fb7 /INSTALL
parent3ffc7a360f053673fb5dc578c1a2334d0a07c653 (diff)
downloadguile-dbdd0c16abe360cb9aa91c3d45be7bd91ead152d.tar.gz
*** empty log message ***
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 8f2cb3ef0..46d3e48a3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,15 +75,15 @@ 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.
-At the moment, threads are known not to work with the NetBSD 1.2
-assembler.
-
--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.
+feature is enabled by default; you only need to use this option (as
+`--enable-dynamic-linking=no') if you want to build a Guile which does
+not support dynamic linking.
+
+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