This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libstdc++ 2.9.0


On Sun, 11 Oct 1998, Gerald Gutierrez wrote:

Hi Gerald,

> # rpm -Uvh libstdc++-2.9.0-1.i386.rpm 
> failed dependencies:
>         libstdc++ = 2.8.0 is needed by libstdc++-devel-2.8.0-8
>         libstdc++.so.2.8 is needed by groff-1.11a-6
>         libstdc++.so.2.8 is needed by qt-1.40-1rh51
>         libstdc++.so.2.8 is needed by qt-devel-1.40-1rh51
>         libstdc++.so.2.8 is needed by lyx-0.12.0-3
>         libstdc++.so.2.8 is needed by ical-2.2-7
>         libstdc++.so.2.8 is needed by fvwm2-2.0.47-1

1. % rpm -e libstdc-devel
2. % rpm -Uvh libstdc++-2.9.0-1.i386.* --nodeps
3. % rpm -Uvh groff-1.11a-6.src.rpm (!) ; vi /usr/src/rpm/SPECS/groff*
   (change Version 6 to Version 7); rpm -bb /usr/src/rpm/SPECS/groff*;
   rpm -Uvh /usr/src/rpm/RPMS/i386/groff*

or just: rpm --rebuild groff*.src.rpm; 
rpm -Uvh /usr/src/rpm/i386/groff* --force

4. rpm -e qt-devel
   (rpm -Uvh qt-1.40*.src.rpm ....  or just: rpm --rebuild qt-*.src.rpm;
    rpm -Uvh --force /usr/src/rpm/RPMS/i386/qt-*

5. etc, etc ...

regards,

Wojciech Slusarczyk (091)4494148
Technical University of Szczecin
PGP KeyServer pgpkeys.mit.edu



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]