[csw-users] kile
James Lee
james at blastwave.org
Mon Feb 21 18:44:15 CET 2005
On 21/02/05, 17:27:28, Neal "A." Lucier <nlucier at math.purdue.edu> wrote
regarding Re: [csw-users] kile:
> banach ~ % dump -Lv /opt/csw/kde-gcc/bin/kile | grep RPATH
> [44] RPATH
>
/opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib:/opt/csw/kde-gcc/lib:/op
t/
csw/lib:/opt/csw/gcc3/lib:/opt/csw/lib
I think the problem is there. The RPATH is making use the wrong
lib, try setting LD_LIBRARY_PATH:
$ LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib kile
I think the RPATH should be:
/opt/csw/kde-gcc/lib:/opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/gcc3/lib
ie, use kde-gcc first.
Looks like a bug exposed when you have both QTs installed.
James.
More information about the users
mailing list