Date: Thu, 23 Mar 2000 17:01:53 -0800 From: Brooks Davis <brooks@one-eyed-alien.net> To: David Kanter <djkanter@nwu.edu> Cc: FreeBSD stable <freebsd-stable@FreeBSD.ORG> Subject: Re: C++ writing/compiling with 3.4 stable Message-ID: <20000323170153.A9236@orion.ac.hmc.edu> In-Reply-To: <20000323181153.A88716@localhost.localdomain>; from djkanter@nwu.edu on Thu, Mar 23, 2000 at 06:11:53PM -0600 References: <20000323181153.A88716@localhost.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 23, 2000 at 06:11:53PM -0600, David Kanter wrote: > 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 You're almost certaintly going to want 2.95. It's much closer to ANSI compliance. If you can, you might want to consider upgrading to 4.0 as it has gcc 2.95.2 built in. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000323170153.A9236>