On Thu, May 22, 2003 at 03:58:35PM +0200, Sebastian Muszynski wrote: > Hello all! > > I am getting a lintian error, binary-or-shlib-defines-rpath although i run > configure with --disable-rpath option. It is no automake problem... i've > remake all automake stuff to check this. > > ./configure --disable-rpath works in so far that it sets or unsets $KDE_RPATH > but -rpath appears nevertheless in the Makefile: > > $(CXXLINK) -rpath $(kde_moduledir) $(libkimagemapeditor_la_LDFLAGS) > $(libkimagemapeditor_la_OBJECTS) $(libkimagemapeditor_la_LIBADD) $(LIBS) > > Is it a libtool problem?! What can i do? > > At http://cojobo.bonn.de/~muszynski/debian/ you can find sources, diff etc. > > Hello,
I have the same problem with a ocaml compiled binary and i use chrpath to remove the rpath ( seems to work great ). regard Sylvain LE GALL