unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Compile ice-9/popen.scm for MinGW
@ 2014-06-29 16:07 Eli Zaretskii
  2014-06-30 11:06 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2014-06-29 16:07 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: ludo, guile-devel

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"])

Not sure how best to fix this; perhaps the test should be removed
altogether (are there any supported systems that cannot support
popen.scm?).



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-03 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-29 16:07 Compile ice-9/popen.scm for MinGW Eli Zaretskii
2014-06-30 11:06 ` Ludovic Courtès
2014-06-30 14:51   ` Eli Zaretskii
2014-07-03 16:22     ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).