Page 1 of 1

libstdc

Posted: 19 Nov 2005, 04:40
by akurashy
maybe im going to get a bit yelled for not searching! but its kinda later here and my head hurts =/

here is the error i'm getting

Code: Select all

david@akulinux:~$ tmw
tmw: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.6' not found (required by tmw)
tmw: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.6' not found (required by /usr/lib/libguichan_sdl.so.0)
tmw: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.6' not found (required by /usr/lib/libguichan.so.0)
david@akulinux:~$

Posted: 19 Nov 2005, 08:53
by Matt
Well you're using the wrong gcc version. The easiest way to fix this is that you compile guichan & tmw yourself.

Posted: 19 Nov 2005, 13:38
by Platyna
It is rather glibc older than the one binaries were created on.

Regards.

Posted: 19 Nov 2005, 16:25
by akurashy
well i'm trying to compile it but i got stuck in this one, i download libxml2 and it can't find it

Code: Select all

checking for xmlInitParser in -lxml2... no
configure: error:  *** Unable to find libxml2 library (xmlsoft.org)
david@akulinux:~/Files/tmw-0.0.17$ sudo apt-get install libxml2
Reading package lists... Done
Building dependency tree... Done
libxml2 is already the newest version.

Posted: 19 Nov 2005, 17:36
by akurashy
oh yea just if you guys need to know, i'm on ubuntu breezy (5.10) might gives more hints

Posted: 19 Nov 2005, 18:19
by ElvenProgrammer
The question is: did you installed the dev package?

Posted: 20 Nov 2005, 02:49
by akurashy
ElvenProgrammer wrote:The question is: did you installed the dev package?
Yes i did, but it gave me a libstdc error, then i tried compiling but i can't seem to get it right =/

Posted: 20 Nov 2005, 11:54
by Platyna
I am telling you - you have libraries, tmw depends on that require a newer version of glibc than you have installed. You have to check your glibc version and upgrade it.


Regards.