libsuffix with cmake
William A. Hoffman
billlist at nycap.rr.com
Tue Apr 11 20:55:47 CEST 2006
At 01:40 PM 4/11/2006, Andras Mantia wrote:
>On Tuesday 11 April 2006 20:30, William A. Hoffman wrote:
>> Perhaps it should search all lib64 first, instead of alternating?
>> Does this sound like what is happening on your machine?
>
>No, the problem for me (right now) is not where cmake looks to find the
>libaries, but the default library suffix it uses when installing KDE
>libraries (see my response to Alexander).
OK, on a 64bit system this variable should always be 8:
CMAKE_SIZEOF_VOID_P
So, you could set the name of the install library suffix based on the
value of CMAKE_SIZEOF_VOID_P.
-bill
More information about the Kde-buildsystem
mailing list