I compiled a program yesterday which output some lines to stdout. It appeared to be working. Running it today, I get nothing on stdout. However, if I redirect stdout to a file, the correct output appears in the file. E.g.
# no output ./foo # "hello world" in bar ./foo > bar In between yesterday and today, I've rebooted and run rebaseall, so perhaps one of those is responsible for the change. Any suggestions? -- 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