Eli Zaretskii <[email protected]> writes:
>> From: Mark H Weaver <[email protected]>
>> Cc: [email protected] (Ludovic Courtès), [email protected]
>> Date: Mon, 10 Jun 2013 15:09:09 -0400
>>
>> I've spoken with a couple of other people have successfully built Guile
>> 2.0.9 on mingw. See <http://bugs.gnu.org/14171> for example.
>
> Maybe I misread, but that bug sounds like the build was UN-successful.
There are some remaining problems revealed by the test suite, but the
two people I spoke to reported that Guile 2.0.9 mostly works on mingw,
if configured with --disable-posix.
>> Are you configuring Guile with --disable-posix?
>
> No. Should I?
Yes. Ideally our configure script would --disable-posix by default on
mingw, but for now it has to be specified manually.
Thanks!
Mark