Re: "proofs" about Konsole
Caleb Tennis <[email protected]> Tue, 2 Nov 2004 08:00:45 -0500
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Organization | Gentoo |
| Message-ID | <[email protected]> |
On Tuesday 02 November 2004 07:53 am, Jaime Torres wrote: > After installing a new gcc (3.3.2) version, I've got warnings when a C++ > shared library > is loaded in memory. For example, starting konsole from a remote console > without a kde session: > > konsole: /usr/lib/libstdc++.so.6: no version information available > (required by /usr/kde31/lib/libkdeinit_konsole.so) Are you sure you installed gcc 3.3? Isn't libstdc++.so.6 provided by gcc 3.4? gcc 3.3 and 3.4 aren't C++ binary compatible - you may need to recompile your c++ apps (ie, KDE) against the latest gcc.