Jerome BENOIT <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] http://people.debian.org/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]