[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: naive question: gcc-{2.95,3.2}



Jerome BENOIT <jgmbenoit@wanadoo.fr> writes:

> is it adventurous to build a package-dev with the gcc-3.2 compiler
> when you still plan to use mainly the gcc-2.95 compiler ?

Most packages are maintained under Debian unstable, which uses
gcc-3.2, as does the current testing distribution.  Practically, if
you have pure C code, gcc-2.95 and 3.2 will work equally well for you;
with C++ code, all of your code, including the system libraries, must
be compiled with the same compiler, and g++ 3.2 is stricter about many
C++ constructs, so you might have issues.  Regardless, I'd recommend
using the newer compiler.

-- 
David Maze         dmaze@debian.org      http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
	-- Abra Mitchell



Reply to: