Martijn Klingens wrote: >Also, I clearly haven't coded for KDE for too long, because I can't >remember how to make configure/make honour $LD_LIBRARY_PATH rather than >hardcoding the link to the RPM's /opt/kde3 lib. The MSN plugin is taken >from the right place, but I needed an LD_PRELOAD to get the debug > version of libkopete.
If you've built your KDE with RPATH support and you have not used --enable-new-ldflags, then there's no way to make LD_LIBRARY_PATH work. You need to use --enable-new-ldflags, or make it gcc's default (by editing the spec file). -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
pgpOy3gqpnzv8.pgp
Description: PGP signature
_______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
