cmake cvs and runtime path resolution

David Faure faure at kde.org
Thu Feb 21 19:37:36 CET 2008


On Thursday 21 February 2008, Brad King wrote:
>  I'm looking at adding something to guess 
> that if the file name given is a symlink with no path component that the 
> symlink points at the soname.
> 

Would this also work in these case?

libpng.so -> libpng12.so
libpng12.so -> libpng12.so.0.15.0
I guess the soname is libpng12.so.0.15.0 in this case, but looking at the first symlink wouldn't tell that.

libcurses.so -> libncurses.so
libncurses.so -> /lib/libncurses.so.5
The soname is libncurses.so.5, right? First symlink will make you think it's libncurses.so, no?

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).


More information about the Kde-buildsystem mailing list