| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <15c45fbc0705020230u7c1645b7r7935256125838b80@mail.gmail.com> |
| Date: | Wed, 2 May 2007 10:30:07 +0100 |
| From: | "Darrell Blake" <darrell DOT blake AT gmail DOT com> |
| Reply-To: | darrell AT dunmanifestin DOT co DOT uk |
| To: | cygwin AT cygwin DOT com |
| Subject: | g++ doesn't work |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 <iostream>
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |