Le 04/09/2011 19:11, Ilya Chernykh a écrit :
On Sunday 04 September 2011 15:36:44 /dev/ammo42
wrote:
I had the same problem with Slackware64 4 months
ago (Slackware64 uses
lib64 too): no /opt/kde3/lib64/kde3 libraries were found (but I didn't
know strace, so I didn't find the origin of the problem).
I think this is a
freedesktop standard. OpenSUSE also uses /usr/lib64
and /opt/kde3/lib64
I've just rebuilt TDE 3.5.12 (with autotools) on the same
computer, and
it uses "lib64" as expected.
So I guess it doesn't come from an old patch from KDE 3.5.10.
Maybe it's related to the cmake porting ?
Did you set -DLIB_SUFFIX="64" ?
I just looked through the CMake files and it appears that if that flag is
set (and it is a relatively standard CMake flag if you Google it) that the
libraries should be installed into lib64/.
Also make sure that LIB_INSTALL_DIR is not being overridden via a CMake
flag anywhere in your build scripts.
Tim