This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin 2.0.2, make 4.1: stderr redirect append does not work with native Windows programs


Although I'm not sure why this happens (maybe a bug of make), try

make -O 2>&1 | cat

With option -O, it seems to work as expected.

Indeed, thanks!  It also appears that I can:

  $ export MAKEFLAGS=O
  $ make ...

to work around the problem, with no apparent ill effects, which is good because my actual environment involves a twisty maze of recursive Makefiles.

Of course, I still hope the underlying bug gets fixed.

-Scott

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]