On 4/3/06, Leigh Stewart <[EMAIL PROTECTED]> wrote: > skype seems to be linked to libstdc++.so.6. (its a binary) would it hurt to > switch to gcc3.4 just to compile libstdc++.so.6 so that skype has something > to link to, and then switch back?
You can definitely do this. You can install gcc 3.4 which will give you a libstdc++.so.6 library, and then set the system compiler back to 3.3 with gcc-config. So you will continue to use 3.3 for building all system updates, but you will have 3.4 installed as well. Sorry if my original reply didn't make this clear. -Richard -- [email protected] mailing list

