> Date: Mon, 30 Jun 2014 17:51:05 +0300
> From: Eli Zaretskii
> Cc: m...@netris.org, guile-devel@gnu.org
>
> > From: l...@gnu.org (Ludovic Courtès)
> > Cc: Mark H Weaver , guile-devel@gnu.org
> > Date: Mon, 30 Jun 2014 13:06:44 +0200
> >
> > Eli Zaretskii skribis:
> >
> > > Once open-process
> From: l...@gnu.org (Ludovic Courtès)
> Cc: Mark H Weaver , guile-devel@gnu.org
> Date: Mon, 30 Jun 2014 13:06:44 +0200
>
> Eli Zaretskii skribis:
>
> > Once open-process worked for me, I quickly found out that
> > modules/ice-9/popen.scm is not being compiled. This is because
> > configure.a
Eli Zaretskii skribis:
> Once open-process worked for me, I quickly found out that
> modules/ice-9/popen.scm is not being compiled. This is because
> configure.ac explicitly excludes it for systems lacking 'fork':
>
>AM_CONDITIONAL([BUILD_ICE_9_POPEN],
> [test "x$enable_posix" = "xyes"
Once open-process worked for me, I quickly found out that
modules/ice-9/popen.scm is not being compiled. This is because
configure.ac explicitly excludes it for systems lacking 'fork':
AM_CONDITIONAL([BUILD_ICE_9_POPEN],
[test "x$enable_posix" = "xyes" && test "x$ac_cv_func_fork" = "xyes"