On Wed, 16 Jan 2002 13:36:47 +0300 "ALEXANDER SHISHCKIN" <[EMAIL PROTECTED]> wrote:
AS> Hi everyone! AS> Here's my trouble: a few days ago I've upgraded gcc AS> to 3.0 and the package name no longer looks like 'gcc', AS> but 'gcc-3.0'. AS> Now other packages depending on 'gcc' fail to install. AS> What should I do? Install new 'gcc' package (and all dependencies). It does not conflict with 'gcc-3.0'. Hint: 'gcc' and 'gcc-3.0' are different packages. Then, to use gcc 2.95.x run gcc or gcc-2.95, to use gcc 3.0.x run gcc-3.0. (Assuming you are using at least woody, but on potato things may work fine as well.)