| 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://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 |
| Message-ID: | <20041006002324.61300.qmail@web54002.mail.yahoo.com> |
| Date: | Tue, 5 Oct 2004 17:23:24 -0700 (PDT) |
| From: | Steven Scott <steve_the_bayesian AT yahoo DOT com> |
| Subject: | g++ 3.4.x library issue |
| To: | cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
Greetings!
I tried downloading g++ version 3.4.1 (which I've been
eagerly awaiting) from setup.exe. It had trouble with
the following (minimal) program because the <string>
header could not find <cstddef> where it expected to
find size_t defined. Trying to compile this one line
program using 'g++ test.cpp' produced 500 lines of
errors :)
#include <string>
int main(){return 0;}
Steve
--
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 |