Date: Tue, 27 Aug 2002 17:55:18 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: Alexander Langer <alex@big.endian.de> Cc: freebsd-current@FreeBSD.org, Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Subject: Re: gcc 3.1 / streambuf.h broken with "using namespace std;" Message-ID: <3D6C1F76.30B458A5@mindspring.com> References: <20020828021006.D1412@fump.kawo2.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Langer wrote: > What's going on wrong here? > GCC 2.9x can compile this, 3.1 cannot: Delete and reinstall your header files. They must match the compiler you are using, and you must not have stale header files from the previous compiler version. In general, though, the answer is that "3.1 sucks and 2.9x does not". 8-). Use at least GCC 3.2, if you feel compelled to use a buggy non-maintenance release level GCC; alternately, wait for 3.3. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D6C1F76.30B458A5>