Is POSIX module considered optional?
Configuring guile-2.0 and git trunk with --disable-posix results in the
following error on my x86:
make all-am
make[3]: Entering directory `/home/sphinx/projects/trunks/guile/libguile'
[... skipped .lo lines ...]
CC libguile_2.0_la-weaks.lo
CC d
Also similar error when building without dynamic modules support:
CCLD libguile-2.0.la
CCLD guile
./.libs/libguile-2.0.so: undefined reference to `scm_dynamic_link'
./.libs/libguile-2.0.so: undefined reference to `scm_dynamic_call'
./.libs/libguile-2.0.so: undefined reference to `scm_init_
CRLF0710 wrote:
> Guile 2.0 has been there for some time. Why there's still not any
> guile-2.0 package in linux distributions?
There's a Guile 2.0 ebuild in Gentoo Portage main tree, also Lisp team
provides ebuilds for building trunk version of Guile.
> Did they have trouble packaging it?
Build