delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
X-WebMail-UserID: | tsfu AT graduate DOT hku DOT hk |
Date: | Thu, 27 Feb 2003 23:27:14 +0800 |
From: | Jason Fu <tsfu AT graduate DOT hku DOT hk> |
To: | cygwin AT cygwin DOT com |
X-EXP32-SerialNo: | 00002816 |
Subject: | GNU C/C++ no longer works anymore... |
Message-ID: | <3E5F7CDD@webmaila.hku.hk> |
Mime-Version: | 1.0 |
X-WebMail-Urgent: | Y |
X-Priority: | 1 |
X-MailScanner: | 0 |
tsfu AT dragon ~/My Documents/C++ $ cat time.cc #include <iostream.h> #include <time.h> int main() { time_t tp; tp = time(NULL); char *s = asctime(localtime(&tp)); cout << s << endl; return 0; } tsfu AT dragon ~/My Documents/C++ $ c++ time.cc c++: installation problem, cannot exec `cc1plus': No such file or directory tsfu AT dragon ~/My Documents/C++ $ http://www.hkucs.org/~tsfu/ http://members.staroffice.com/www/tsfu/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |