On Thu, 23 May 2013, Satish Balay wrote: > On Thu, 23 May 2013, Jed Brown wrote: > > > Satish Balay <[email protected]> writes: > > > > > This issue is now fixed in cygwin dll [snapshot]. > > > > > > http://cygwin.com/ml/cygwin/2013-05/msg00342.html > > > http://cygwin.com/ml/cygwin/2013-05/msg00348.html > > > > Does this mean we shouldn't bother with a work-around, or we should have > > configure test whether the bug exists and work around it only when > > necessary? > > I guess we could workarround only when necessary. [We'll have to > change the check to be on cygwin version - but a new fixed version is > not yet released] > > Configure currently has some conditional code on cygwin version. With > gnumake - we could perhaps add similar check directly in the makefile :)
Pushed a check to 'balay/gnumake-cygwin' >>>> commit 9044defc4215d73a805105aae748d53a5be06605 Author: Satish Balay <[email protected]> Date: Tue May 28 14:19:40 2013 -0500 gmake: check cygwin version - and its 1.7.18 or older, use V=1 <<<< Also pushed the following to 'jed/gnumake' >>>>>> commit 98a400349847cf14d7f7ce4945a32c59fde5e766 Author: Satish Balay <[email protected]> Date: Tue May 28 12:59:16 2013 -0500 gmake: add --with-shared-libraries=0 mode <<<<< Yet to check: - LOCDIR/SDIR stuff - configure check for '-MMD -MP' stuff.. Satish
