[csw-users] kile
James Lee
james at blastwave.org
Mon Feb 21 18:12:45 CET 2005
On 21/02/05, 16:32:52, Neal "A." Lucier <nlucier at math.purdue.edu> wrote
regarding [csw-users] kile:
> I get the following error when trying to run kile:
> bers ~ % /opt/csw/kde-gcc/bin/kile
> ld.so.1: /opt/csw/kde-gcc/bin/kile: fatal: relocation error: file
> /opt/csw/lib/sparcv8/libqt-mt.so.3: symbol __1cG__CrunKpure_error6F_v_:
> referenced symbol not found
> Killed
I don't use kile but that error looks like C++ with a mix of Sun and
gcc compilers. KDE says it's gcc. There are 2 libqt-mt.so.3 by CSW
and it's picking the SunCC lib. Are you setting anything (eg
LD_LIBRARY_PATH) which has caused it to pick up
/opt/csw/lib/sparcv8/libqt-mt.so.3?
Please can you show the output of:
$ dump -Lv /opt/csw/kde-gcc/bin/kile | grep RPATH
and:
$ ldd /opt/csw/kde-gcc/bin/kile
James.
More information about the users
mailing list