> grep: /usr/kde/3.3/lib/libkio.la: No such file or directory > /bin/sed: can't read /usr/kde/3.3/lib/libkio.la: No such file or directory > libtool: link: `/usr/kde/3.3/lib/libkio.la' is not a valid libtool archive > > I have kde 3.4, but he tries to compile with a library from kde 3.3 that > is not there. What is wrong?
Check /etc/ld.so.conf and see if /usr/kde/3.3/lib is in it. If so, change it to reflect 3.4, then run ldconfig and try compiling again. My guess is that even though the -L/usr/kde/3.4/lib is provided to libtool the linker is finding a match in the cache and is trying to use that one. -- [email protected] mailing list
