[ Reply to the mailing list, not to me. ] Peter M Lee wrote:
> The result of using g++ is > > $ g++ hello.cc > > $ > > in other words nothing is output to the terminal - Peter M Lee Yes. That is the correct behavior. What were you expecting? You should see an executable in the current directory that is the result of compiling the code. Use -o to name the output filename explicitly. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/