On Monday 17 July 2006 10:21, Frank wrote: > Hi, > it is always asking for trouble when I try to install a program which is > not part of the Suse-distribution. I use Suse 10.0 and the latest > available rpm-package from the licq downloadpage is made for Suse 9.0 > and won't install with 10.0.
You could try the source rpm from opensuse: http://download.opensuse.org/distribution/SL-10.1/inst-source/suse/src/licq-1.3.2-30.src.rpm > Then I tried to compile the latest version of licq but ./configure > stopped with the message: > > "configure: error: You need to have the libstdc++ headers installed" > > So I started Yast and it showed me that libstdc++ is already installed. > But libstdc++ for developers was not installed. I installed it but that > did not help: the errormessage is still the same. You need to have libstdc++-devel installed. You can check if it's installed correctly by adding the following line to a file test.cpp: #include <vector> and then run (g++ -c test.cpp -o test.o && echo "Worked") || echo "Failed" If the output is Worked and configure still wont work, please post the file config.log (generated after running configure). If the output is Failed, libstdc++-devel is not installed. // Erik ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Licq-Main mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-main
