> On Apr 21, 2017, at 7:41 AM, Andy Wingo <[email protected]> wrote:
> 
> We sheepishly announce GNU Guile release 2.2.2, a quick bug-fix to the
> recent 2.2.1 release.

The FreeBSD section in README is not quite correct IMO.   Here are suggested 
changes:
 
 FreeBSD 11.0:
-  For a build supporting threads, please `pkg install' the following
+  Please `pkg install' the following:
     - pkgconf : provides pkg-config
+    - texinfo : provides makeinfo
     - gmake : /usr/bin/make does not work
-    - boehm-gc-threaded : needed for threaded support
 
-  Configure as:
+  If you want a Guile with threads, then install boehm-gc-threaded and
+  configure as:
 
     ./configure --with-bdw-gc=bdw-gc-threaded
 


Reply via email to