Mark H Weaver <m...@netris.org> skribis: > Greg Troxel <g...@ir.bbn.com> writes: > >> There's a draft package for guile 2. boehm-gc in pkgsrc on NetBSD is >> built without threads, and I have --disable-threads passed to guile's >> configure. > > As documented in our README and the output of ./configure --help, > "--without-threads" is the option you should be using. To be honest, > I'm not sure what "--disable-threads" will do, if anything. It's > possible that gnulib is somehow enabling that option to be accepted > without an error.
As for all unrecognized options, ./configure prints a warning and ignores it. Ludo’.