This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Backticks (`) in makefile
Hi Tapu,
>Is libstdc++-V3 compatible with gcc 2.95.3?
As I understand it, no.
GCC 2.95.3 uses libstdc++ v2.10 (or v2.90 for the adventurous, IIRC).
GCC 3.x uses libstdc++ v3.
STLport <http://www.stlport.org/> supports GCC 2.95.3.
>And also which is the latest stable version of gcc?
I'm using GCC 3.2 on Windows NT / Cygwin. (GCC 3.2.3 is the most recent
bug-fix version of GCC 3.2.x.)
I'm using GCC 2.95.3 on Solaris.
I'm using GCC 3.1 on Darwin 6.6 / OS X 10.2.6.
GCC 3.3 is the latest release. (Release versions of GCC are stable versions.)
GCC 3.4 is the current bleeding edge, undergoing active development.
HTH,
--Eljay