Bigglesworth
11-01-2002, 09:49 PM
Well, I just ran the CVS update and recompiled showeq. It all went through without any problems, but now when I try to run it I get the following error:
"showeq: error while loading shared libraries: libstdc++.so.4: cannot open shared object file: No such file or directory"
I went through and checked the directory structure and it is all there. I did notice one thing during the compile, I got a few warnings at the end, here is the warning:
"warning: libstdc++.so.3, needed by /opt/qt-gcc3-2.3.2/lib/libqt-mt.so, may conflict with libstdc++.so.4"
I notice the obvious correlation here and was wondering if anyone new what was going on here. I used the following to execute the update:
cd /seq/showeq
make distclean
cvs login
cvs co showeq
make -f Makefile.dist
export QTDIR=/opt/qt-gcc3-2.3.2
./configure
make
After the first compile and failed execution I decided to try it again and ended up with the same problem. SEQ takes about 1 - 1.5 hours to compile on my 300mhz box, and it is dedicated seq box.
Thanks for any help,
Bigglesworth
"showeq: error while loading shared libraries: libstdc++.so.4: cannot open shared object file: No such file or directory"
I went through and checked the directory structure and it is all there. I did notice one thing during the compile, I got a few warnings at the end, here is the warning:
"warning: libstdc++.so.3, needed by /opt/qt-gcc3-2.3.2/lib/libqt-mt.so, may conflict with libstdc++.so.4"
I notice the obvious correlation here and was wondering if anyone new what was going on here. I used the following to execute the update:
cd /seq/showeq
make distclean
cvs login
cvs co showeq
make -f Makefile.dist
export QTDIR=/opt/qt-gcc3-2.3.2
./configure
make
After the first compile and failed execution I decided to try it again and ended up with the same problem. SEQ takes about 1 - 1.5 hours to compile on my 300mhz box, and it is dedicated seq box.
Thanks for any help,
Bigglesworth