bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dropping close's dependency on fclose broke Octave's build system


From: Eric Blake
Subject: Re: dropping close's dependency on fclose broke Octave's build system
Date: Mon, 25 Jul 2011 14:28:31 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.11

On 07/25/2011 08:43 AM, Paul Eggert wrote:
It's on gnulib's side.  I installed the following patch, which solves the
immediate issue, at least for my test case.  It'd be nice if someone
with expertise in Cygwin/mingw/whatever would think through the implications.

This is the correct patch. We use the same idiom in other modules, such as m4/dup2.m4, where the client (here fclose) must be replaced if the master (here close) is replaced, but where the master module can be used without the client module.

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]