xiphmont writes: > ...is there any way to cause a gcc 3.3.2 upgrade to force a g++ 3.3.2 > upgrade as well (but only if g++ 3.3 is installed) as that is what > actually bit me? (ie, upgrading gcc did not upgrade g++, and thus g++ broke)
g++-3.3 depends on gcc-3.3 (>= 1:3.3.2), so apt-get should already handle this.