This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: g++ 3.4.x library issue
- From: "Gerrit P. Haase" <gp at familiehaase dot de>
- To: Steven Scott <steve_the_bayesian at yahoo dot com>
- Cc: cygwin at cygwin dot com
- Date: Wed, 6 Oct 2004 09:46:49 +0200
- Subject: Re: g++ 3.4.x library issue
- Organization: Esse keine toten Tiere
- References: <20041006002324.61300.qmail@web54002.mail.yahoo.com>
- Reply-to: "Gerrit @ cygwin" <cygwin at cygwin dot com>
Hallo Steven,
Am Mittwoch, 6. Oktober 2004 um 02:23 schriebst du:
> 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;}
Works for me(tm):
gerrit@loreley /gcc-bugs
$ g++ -o g++-bug.o g++-bug.C
gerrit@loreley /gcc-bugs
$
Gerrit
--
=^..^=
--
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/