steven mestdagh <[EMAIL PROTECTED]> writes: > Neil Jerram [2006-03-09, 22:35:34]: >> >> Thanks. What is the Guile version of the existing OpenBSD port? > > it's 1.6.7.
Thanks. >> (It's easy enough to fix the tests to use scm_with_guile instead, but >> I'm concerned that we've unintentionally removed scm_init_guile, as >> far as OpenBSD is concerned, without passing through any deprecation >> phase; so it would probably be better to make scm_init_guile continue >> to work.) > > i was planning to test build ports depending on guile, so anything that > uses scm_init_guile will error out. i'll let you know. Digging a bit further, this looks like it's caused by HAVE_PTHREAD_ATTR_GETSTACK not being defined. Can you confirm that when you run ./configure, it says that pthread_attr_getstack can't be found? Also, do you happen to know whether this function really is absent on OpenBSD? Perhaps ./configure just needs to try another header/library? Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel