On Thu, 26 Dec 2002 01:43:59 +0100 Daniel Draes <[EMAIL PROTECTED]> wrote:
> > It is probably compiled with a different compiler. Recompile Xclasses. > > well, I can't compile those either.... it looks like I have a strange > compiler here... No, it means Xclasses are not compilable with gcc 3.2 yet. Please post the errors, Juergen will probably try to fix them. > BTW: I have a RH8.0 pretty newly updated from 6.1. Right now I have > XClasses1.3.1 installed. I believe they came with an RPM. However, > trying to run XC-Mail glibc binary 2.2 I get the following message: > > ./xc-mail: error while loading shared libraries: libg++-libc6.2-2.so.3: > cannot open shared object file: No such file or directory You probably meant libstdc++-libc6.2-2.so.3. $ rpm -qf /usr/lib/libstdc++-libc6.2-2.so.3 compat-libstdc++-7.3-2.96.110 Just installing compat-libstdc++ rpm should probably help. > Well, now I tried the libc5 version Don't do it... BTW, it seems your xclasses are compiled with gcc-2.96, so compiling xcmail with gcc296 should probably work. Try CC=gcc296 CXX=g++296 ./build... You have to have compat-gcc and compat-gcc-c++ installed of course. Regards, Nerijus
