In message <[EMAIL PROTECTED]> David Kanter writes:
: How ANSI/ISO-compliant is 3.4 stable? I ask because compiling a C++ program
: I just wrote needed the header files with the .h extension, and didn't like
: using namespace std;
:
: And which version of gcc should I use? There is a 2.95 (egcs) and 2.8.1
: (gcc) but the glibstdc++ seems to want 2.8.1
Use 2.95. 2.8.1 is better than 2.7, but still has some significant
issues in the dark corners of the language. Don't worry about
glibstdc++... It has been subsumed by libstdc++.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message