Hi Eric, * Eric Blake wrote on Wed, Jul 21, 2010 at 11:14:42PM CEST: > It turns out that this line (in both tests): > > gcc -E -dD -o - conftest.c || AS_EXIT([77]) > > is not portable to cygwin, where gcc currently compiles ./-.exe rather > than outputting to stdout. Do we really need the '-o -' in that command > line?
No; thanks for fixing it. The marker comments are paying off in making our manual suggest more portable examples! :-) > And should I be reporting the surprising behavior of creating > -.exe as a gcc/cygwin bug to the appropriate folks? I think you should. Thanks, Ralf