diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-06-24 18:16:36 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-06-24 18:16:36 +0000 |
commit | 16b28a021a5f9544ca503b63272446dbdde296fb (patch) | |
tree | 46c28fd2592862132ac13090a6802d3cda4aaa0b | |
parent | ada6acd008241dd33adaa83909c93ed8fa9d0d64 (diff) | |
download | guile-16b28a021a5f9544ca503b63272446dbdde296fb.tar.gz |
Added notice about threads on NetBSD.
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,9 @@ 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 |