[PlanetCCRMA] multiple versions

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Sat Mar 13 16:45:02 2004


> Fetched 2398kB in 16s (145kB/s)
> Reading Package Lists... Done
> Building Dependency Tree... Done
> W: There are multiple versions of "libstdc++" in your system.
> 
> This package won't be cleanly updated, unless you leave
> only one version. To leave multiple versions installed,
> you may remove that warning by setting the following
> option in your configuration file:
> 
> RPM::Allow-Duplicated { "^libstdc++$"; };
> 
> To disable these warnings completely set:
> 
> RPM::Allow-Duplicated-Warning "false";
> 
> W: You may want to run apt-get update to correct these problems

Yuck... how did that happen? Did you try to install more than on "gcc"?
With "-ivh"?

Anyway, to see what you have:
  rpm -q -a | grep libstdc++
You should leave alone the libstdc++ that matches your gcc package ("rpm
-q gcc" to see which version you have) and remove the other one...

-- Fernando