On Sat, May 24, 2003 at 04:17:31PM +0200, Sebastian Muszynski wrote: > Hello all! > > It is crazy... since kimagemapeditor has KPart architecture i have rpath > problems. Whatever I do, I get the lintian warning: W: kimagemapeditor: > binary-or-shlib-defines-rpath ./usr/bin/kimagemapeditor /usr/lib/kde3 > > - './configure --disable-rpath' doesn't help. It sets resp. unsets the > variable $(KDE_RPATH) but -rpath will be used nevertheless. > - remake (make -f admin/Makefile.common) the automake stuff doesn't help. > - update libtool (libtoolize -f -c) incl. aclocal; automake; autoconf doesn't > help, too. :-(
Have you made sure that kimagemapeditor doesn't actually link to the kpart? Some kparts are misused as libraries as well... If so you should file a bug with upstream, whether they will fix this bug I am not sure. Chris

