C. Brouerius van Nidek wrote:
After problems only with Skype and no improvement from them in sight I decided to try my luck with wengophone. They have a stable RPM and a beta with video possibilities. For both installs the following lib is necessary: libstdc++->4. I found the libstdc++-4.1.0-25.i586.rpm but if I want to install this rpm I get some 600 programs protesting about dependencies. How can I circumvent this instalation problem? Somebody has been succesful with wengophone?
Install 10.1 ;-) More reasonably, you could download the latest stable gcc from a www.gnu.org mirror and install it in (say) opt using $ tar jxvf gcc-*.tar.bz2 $ mkdir build $ cd build $ ../gcc-*/configure --prefix=/opt/gcc-4 $ make $ su # make install Then when you want to use an application that runs with gcc-4, start a shell and $ export LD_LIBRARY_PATH=/opt/gcc-4/lib:$LD_LIBRARY_PATH $ application You can automate this last step a bit. I haven't actually tried this with wengophone, though I have done all the other steps using the build tools from the 9.3 CD. The 'trick' here is to install gcc-4 and hence libstdc++-4 in /opt, where it won't normally be used, but can be made available to specific programs. -- JDL -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com