Re: g++ 3.4.x library issue

2004-10-06 Thread Gerrit P. Haase
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 > header could not find where it expected to > find siz

Re: g++ 3.4.x library issue

2004-10-05 Thread Edward L. Fox
What do you mean? "string" and "string.h" are two different header files. On Wed, 06 Oct 2004 04:05:21 +0200, Sven Köhler <[EMAIL PROTECTED]> wrote: > > #include > > int main(){return 0;} > > how about including string.h instead of a file called "string"? > > > > > -- > Unsubscribe info:

Re: g++ 3.4.x library issue

2004-10-05 Thread Sven Köhler
#include int main(){return 0;} how about including string.h instead of a file called "string"? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://

g++ 3.4.x library issue

2004-10-05 Thread Steven Scott
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 header could not find where it expected to find size_t defined. Trying to compile this one line program using 'g++ test.cpp' produ