confusing cmake error message

David Faure faure at kde.org
Tue Mar 27 23:19:14 CEST 2007


It is impossible to order the linker search path in such a way that libraries specified as full paths will be picked by the linker.
Directories and libraries involved are:
Directory: /opt/qt4/lib contains:
Library: /usr/lib64/libQt3Support.so
Library: /usr/lib64/libQtCore.so
Library: /usr/lib64/libQtDBus.so
Library: /usr/lib64/libQtGui.so
Library: /usr/lib64/libQtNetwork.so
Library: /usr/lib64/libQtSvg.so
Library: /usr/lib64/libQtXml.so
 
Directory: /usr/lib64 contains:
Library: /opt/qt4/lib/libQtXml.so

Is it intentional that the output is reversed? /usr/lib64 contains  /usr/lib64/libQtXml.so, not /opt/qt4/lib/libQtXml.so ...

-- 
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