Hello, list. Can anybody help me with this issue? I need to install gcc3.2.2 on my Mandriva 2005, whithout removing the existing gcc3.4 . So I do [builddir]$ <sorcedir>/configure --prefix=/opt/gcc322 --program-suffix-3.2.2 [builddir]$ make [builddir]$ sudo make install
Everything works smoothly, but after the install is done, lots of programs fail to start: [tmp]$ konsole konsole: //opt/gcc322/lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.6) (the error message is always the same). Removing /opt/gcc322 solves the problem. Any ideas on how to solve this? Thanks -- Boris Gorelik Thu, 26/May/2005, 17 Iyar 5765 ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]