X-Spam-Check-By: sourceware.org Message-ID: <15c45fbc0705020230u7c1645b7r7935256125838b80@mail.gmail.com> Date: Wed, 2 May 2007 10:30:07 +0100 From: "Darrell Blake" Reply-To: darrell AT dunmanifestin DOT co DOT uk To: cygwin AT cygwin DOT com Subject: g++ doesn't work MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I've recently installed cygwin with gcc and g++ support but when I try and compile a file nothing gets output. The file I am trying to compile is extremely simple... #include int main(int argc, char **argv) { std::cout << "Test!\n"; return 0; } I try and compile it via "g++ test.cpp -o test" but the file test.exe doesn't get created and the compiler doesn't output any messages. Any ideas? -- 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/